Html Css Color HEX #420272 Indigo

📋 copy color: '#420272'

red 66 ◦ green 2 ◦ blue 114

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

Shades of Indigo #420272

Tints of Indigo #420272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 114 (44.92% from 255) = 62.64%

R = 36.26%
G = 1.1%
B = 62.64%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420272 (or 0x420272) is known color: Indigo. HEX triplet: 42, 02 and 72. RGB value is (66,2,114). Sum of RGB (Red+Green+Blue) = 66+2+114=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #420272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420272 is #BDFD8D. Grayscale: #212121. Windows color (decimal): -12451214 or 7471682. OLE color: 7471682.

HSL color Cylindrical-coordinate representation of color #420272: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420272 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 2 114 -
CMYK 0.42 0.98 0 0.55
HSL 274.29º 0.97% 0.23% -
HSV(B) 274.29º 0.98% 0.45% -
XYZ 5.31 2.42 16.11 -
YUV 33.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 66 2 114 0.42 0.98 0 0.55 274.29 0.97 0.23
Hex 42 2 72 2A 62 0 37 112 61 17
Octal 102 2 162 52 142 0 67 422 141 27
Binary 1000010 10 1110010 101010 1100010 0 110111 100010010 1100001 10111

Color Harmonies of #420272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420272

Black with #420272

Text Example


Text Example

White with #420272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420272; }

 p { color: rgb(66,2,114); }

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

background-color css

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

 a { background-color: rgb(66,2,114); }

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

border-color css

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

 span { border-color: rgb(66,2,114); }

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