Html Css Color HEX #42038E Indigo

📋 copy color: '#42038E'

red 66 ◦ green 3 ◦ blue 142

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

Shades of Indigo #42038E

Tints of Indigo #42038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 31.28%
G = 1.42%
B = 67.3%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42038E (or 0x42038E) is known color: Indigo. HEX triplet: 42, 03 and 8E. RGB value is (66,3,142). Sum of RGB (Red+Green+Blue) = 66+3+142=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #42038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42038E is #BDFC71. Grayscale: #252525. Windows color (decimal): -12450930 or 9306946. OLE color: 9306946.

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

Color convert

RGB 66 3 142 -
CMYK 0.54 0.98 0 0.44
HSL 267.19º 0.96% 0.28% -
HSV(B) 267.19º 0.98% 0.56% -
XYZ 7.16 3.18 25.83 -
YUV 37.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 66 3 142 0.54 0.98 0 0.44 267.19 0.96 0.28
Hex 42 3 8E 36 62 0 2C 10B 60 1C
Octal 102 3 216 66 142 0 54 413 140 34
Binary 1000010 11 10001110 110110 1100010 0 101100 100001011 1100000 11100

Color Harmonies of #42038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42038E

Black with #42038E

Text Example


Text Example

White with #42038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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