#42009B

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

Shades of Indigo #42009B

Tints of Indigo #42009B

Color information

#42009B (or 0x42009B) is unknown color: approx Indigo. HEX triplet: 42, 00 and 9B. RGB value is (66,0,155). Sum of RGB (Red+Green+Blue) = 66+0+155=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #42009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42009B is #BDFF64. Grayscale: #242424. Windows color (decimal): -12451685 or 10158146. OLE color: 10158146.

HSL color Cylindrical-coordinate representation of color #42009B: hue angle of 265.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42009B is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB660155-
CMYK0.57100.39
HSL265.55º100%30.39%-
HSV(B)265.55º100%60.78%-
XYZ8.163.5231.26-
YUV37.4194.37148.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 70.14%
R=29.86%
G=0%
B=70.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6601550.57100.39265.5510030.39
Hex4209B396402710a641e
Octal10202337114404741214436
Binary100001001001101111100111001000100111100001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,0,155); }

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

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

 a { background-color: rgb(66,0,155); }

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

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

 span { border-color: rgb(66,0,155); }

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