#42036B

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

Shades of Indigo #42036B

Tints of Indigo #42036B

Color information

#42036B (or 0x42036B) is unknown color: approx Indigo. HEX triplet: 42, 03 and 6B. RGB value is (66,3,107). Sum of RGB (Red+Green+Blue) = 66+3+107=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #42036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42036B is #BDFC94. Grayscale: #212121. Windows color (decimal): -12450965 or 7013186. OLE color: 7013186.

HSL color Cylindrical-coordinate representation of color #42036B: hue angle of 276.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42036B is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB663107-
CMYK0.380.9700.58
HSL276.35º94.55%21.57%-
HSV(B)276.35º97.2%41.96%-
XYZ4.932.2814.09-
YUV33.69169.37151.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 107 (42.19% from 255) = 60.80%
R=37.5%
G=1.70%
B=60.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6631070.380.9700.58276.3594.5521.57
Hex4236B266103A1145f16
Octal10231534614107242413726
Binary100001011110101110011011000010111010100010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42036B; }

 p { color: rgb(66,3,107); }

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

<style>
 a { background-color: #42036B; }

 a { background-color: rgb(66,3,107); }

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

<style>
 span { border-color: #42036B; }

 span { border-color: rgb(66,3,107); }

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