Html Css Color HEX #420174 Indigo

📋 copy color: '#420174'

red 66 ◦ green 1 ◦ blue 116

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

Shades of Indigo #420174

Tints of Indigo #420174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 36.07%
G = 0.55%
B = 63.39%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420174 (or 0x420174) is known color: Indigo. HEX triplet: 42, 01 and 74. RGB value is (66,1,116). Sum of RGB (Red+Green+Blue) = 66+1+116=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #420174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420174 is #BDFE8B. Grayscale: #212121. Windows color (decimal): -12451468 or 7602498. OLE color: 7602498.

HSL color Cylindrical-coordinate representation of color #420174: hue angle of 273.91º 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 #420174 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 1 116 -
CMYK 0.43 0.99 0 0.55
HSL 273.91º 0.98% 0.23% -
HSV(B) 273.91º 0.99% 0.45% -
XYZ 5.41 2.44 16.71 -
YUV 33.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 66 1 116 0.43 0.99 0 0.55 273.91 0.98 0.23
Hex 42 1 74 2B 63 0 37 112 62 17
Octal 102 1 164 53 143 0 67 422 142 27
Binary 1000010 1 1110100 101011 1100011 0 110111 100010010 1100010 10111

Color Harmonies of #420174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420174

Black with #420174

Text Example


Text Example

White with #420174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420174; }

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

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

background-color css

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

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

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

border-color css

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

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

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