Html Css Color HEX #420172 Indigo

📋 copy color: '#420172'

red 66 ◦ green 1 ◦ blue 114

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

Shades of Indigo #420172

Tints of Indigo #420172

RGB

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

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

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

R = 36.46%
G = 0.55%
B = 62.98%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420172 (or 0x420172) is known color: Indigo. HEX triplet: 42, 01 and 72. RGB value is (66,1,114). Sum of RGB (Red+Green+Blue) = 66+1+114=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #420172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420172 is #BDFE8D. Grayscale: #202020. Windows color (decimal): -12451470 or 7471426. OLE color: 7471426.

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

Color convert

RGB 66 1 114 -
CMYK 0.42 0.99 0 0.55
HSL 274.51º 0.98% 0.23% -
HSV(B) 274.51º 0.99% 0.45% -
XYZ 5.29 2.39 16.1 -
YUV 33.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 66 1 114 0.42 0.99 0 0.55 274.51 0.98 0.23
Hex 42 1 72 2A 63 0 37 113 62 17
Octal 102 1 162 52 143 0 67 423 142 27
Binary 1000010 1 1110010 101010 1100011 0 110111 100010011 1100010 10111

Color Harmonies of #420172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420172

Black with #420172

Text Example


Text Example

White with #420172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420172; }

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

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

background-color css

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

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

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

border-color css

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

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

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