Html Css Color HEX #42008E Indigo

📋 copy color: '#42008E'

red 66 ◦ green 0 ◦ blue 142

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

Shades of Indigo #42008E

Tints of Indigo #42008E

RGB

 RED value IS 66 (26.17% from 255) = 31.73%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 31.73%
G = 0%
B = 68.27%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42008E (or 0x42008E) is known color: Indigo. HEX triplet: 42, 00 and 8E. RGB value is (66,0,142). Sum of RGB (Red+Green+Blue) = 66+0+142=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #42008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008E is #BDFF71. Grayscale: #232323. Windows color (decimal): -12451698 or 9306178. OLE color: 9306178.

HSL color Cylindrical-coordinate representation of color #42008E: hue angle of 267.89º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42008E is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 0 142 -
CMYK 0.54 1 0 0.44
HSL 267.89º 1% 0.28% -
HSV(B) 267.89º 1% 0.56% -
XYZ 7.13 3.11 25.82 -
YUV 35.92 187.87 149.45 -
System Red Green Blue C M Y K H S L
Decimal 66 0 142 0.54 1 0 0.44 267.89 1 0.28
Hex 42 0 8E 36 64 0 2C 10C 64 1C
Octal 102 0 216 66 144 0 54 414 144 34
Binary 1000010 0 10001110 110110 1100100 0 101100 100001100 1100100 11100

Color Harmonies of #42008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42008E

Black with #42008E

Text Example


Text Example

White with #42008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42008E; }

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

 H1.HeaderClassName
 {
   color: #42008E;
 }
 .AnyTagClassName
 {
   color: #42008E;
 }
</style>

background-color css

<style>
 a { background-color: #42008E; }

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

 div.DivClassName
 {
   background-color: #42008E;
 }
 .BgClassName
 {
   background-color: #42008E;
 }
</style>

border-color css

<style>
 span { border-color: #42008E; }

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

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