#43057F

Color #43057F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #43057F

Tints of Indigo #43057F

Color information

#43057F (or 0x43057F) is unknown color: approx Indigo. HEX triplet: 43, 05 and 7F. RGB value is (67,5,127). Sum of RGB (Red+Green+Blue) = 67+5+127=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #43057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43057F is #BCFA80. Grayscale: #252525. Windows color (decimal): -12384897 or 8324419. OLE color: 8324419.

HSL color Cylindrical-coordinate representation of color #43057F: hue angle of 270.49º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43057F is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB675127-
CMYK0.470.9600.50
HSL270.49º92.42%25.88%-
HSV(B)270.49º96.06%49.8%-
XYZ6.22.8320.3-
YUV37.45178.54149.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 127 (50% from 255) = 63.82%
R=33.67%
G=2.51%
B=63.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6751270.470.9600.50270.4992.4225.88
Hex4357F2F6003210e5c1a
Octal10351775714006241613432
Binary1000011101111111110111111000000110010100001110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43057F; }

 p { color: rgb(67,5,127); }

 H1.HeaderClassName
 {
   color: #43057F;
 }
 .AnyTagClassName
 {
   color: #43057F;
 }
</style>
background-color css

<style>
 a { background-color: #43057F; }

 a { background-color: rgb(67,5,127); }

 div.DivClassName
 {
   background-color: #43057F;
 }
 .BgClassName
 {
   background-color: #43057F;
 }
</style>
border-color css

<style>
 span { border-color: #43057F; }

 span { border-color: rgb(67,5,127); }

 td.TdClassName
 {
   border-color: #43057F;
 }
 .TagClassName
 {
   border-color: #43057F;
 }
</style>