Html Css Color HEX #42009B Indigo

📋 copy color: '#42009B'

red 66 ◦ green 0 ◦ blue 155

#42009B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #42009B

Tints of Indigo #42009B

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 value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42009B (or 0x42009B) is known color: 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

RGB 66 0 155 -
CMYK 0.57 1 0 0.39
HSL 265.55º 1% 0.3% -
HSV(B) 265.55º 1% 0.61% -
XYZ 8.16 3.52 31.26 -
YUV 37.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 66 0 155 0.57 1 0 0.39 265.55 1 0.3
Hex 42 0 9B 39 64 0 27 10A 64 1E
Octal 102 0 233 71 144 0 47 412 144 36
Binary 1000010 0 10011011 111001 1100100 0 100111 100001010 1100100 11110

Color Harmonies of #42009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42009B

Black with #42009B

Text Example


Text Example

White with #42009B

Text Example


Text Example

HTML Codes & Css Web 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>