Html Css Color HEX #42018E Indigo

📋 copy color: '#42018E'

red 66 ◦ green 1 ◦ blue 142

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

Shades of Indigo #42018E

Tints of Indigo #42018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 31.58%
G = 0.48%
B = 67.94%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42018E (or 0x42018E) is known color: Indigo. HEX triplet: 42, 01 and 8E. RGB value is (66,1,142). Sum of RGB (Red+Green+Blue) = 66+1+142=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #42018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42018E is #BDFE71. Grayscale: #242424. Windows color (decimal): -12451442 or 9306434. OLE color: 9306434.

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

Color convert

RGB 66 1 142 -
CMYK 0.54 0.99 0 0.44
HSL 267.66º 0.99% 0.28% -
HSV(B) 267.66º 0.99% 0.56% -
XYZ 7.14 3.13 25.82 -
YUV 36.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 66 1 142 0.54 0.99 0 0.44 267.66 0.99 0.28
Hex 42 1 8E 36 63 0 2C 10C 63 1C
Octal 102 1 216 66 143 0 54 414 143 34
Binary 1000010 1 10001110 110110 1100011 0 101100 100001100 1100011 11100

Color Harmonies of #42018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42018E

Black with #42018E

Text Example


Text Example

White with #42018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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