#43086C

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

Shades of Indigo #43086C

Tints of Indigo #43086C

Color information

#43086C (or 0x43086C) is unknown color: approx Indigo. HEX triplet: 43, 08 and 6C. RGB value is (67,8,108). Sum of RGB (Red+Green+Blue) = 67+8+108=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #43086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43086C is #BCF793. Grayscale: #242424. Windows color (decimal): -12384148 or 7080003. OLE color: 7080003.

HSL color Cylindrical-coordinate representation of color #43086C: hue angle of 275.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43086C is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB678108-
CMYK0.380.9300.58
HSL275.4º86.21%22.75%-
HSV(B)275.4º92.59%42.35%-
XYZ5.112.4514.39-
YUV37.04168.05149.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.61%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=36.61%
G=4.37%
B=59.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6781080.380.9300.58275.486.2122.75
Hex4386C265D03A1135617
Octal103101544613507242312627
Binary10000111000110110010011010111010111010100010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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