#43087C

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

Shades of Indigo #43087C

Tints of Indigo #43087C

Color information

#43087C (or 0x43087C) is unknown color: approx Indigo. HEX triplet: 43, 08 and 7C. RGB value is (67,8,124). Sum of RGB (Red+Green+Blue) = 67+8+124=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #43087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43087C is #BCF783. Grayscale: #262626. Windows color (decimal): -12384132 or 8128579. OLE color: 8128579.

HSL color Cylindrical-coordinate representation of color #43087C: hue angle of 270.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43087C is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB678124-
CMYK0.460.9400.51
HSL270.52º87.88%25.88%-
HSV(B)270.52º93.55%48.63%-
XYZ6.042.8219.3-
YUV38.86176.05148.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=33.67%
G=4.02%
B=62.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6781240.460.9400.51270.5287.8825.88
Hex4387C2E5E03310f581a
Octal103101745613606341713032
Binary10000111000111110010111010111100110011100001111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43087C; }

 p { color: rgb(67,8,124); }

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

<style>
 a { background-color: #43087C; }

 a { background-color: rgb(67,8,124); }

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

<style>
 span { border-color: #43087C; }

 span { border-color: rgb(67,8,124); }

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