Html Css Color HEX #420474 Indigo

📋 copy color: '#420474'

red 66 ◦ green 4 ◦ blue 116

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

Shades of Indigo #420474

Tints of Indigo #420474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 35.48%
G = 2.15%
B = 62.37%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420474 (or 0x420474) is known color: Indigo. HEX triplet: 42, 04 and 74. RGB value is (66,4,116). Sum of RGB (Red+Green+Blue) = 66+4+116=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #420474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420474 is #BDFB8B. Grayscale: #222222. Windows color (decimal): -12450700 or 7603266. OLE color: 7603266.

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

Color convert

RGB 66 4 116 -
CMYK 0.43 0.97 0 0.55
HSL 273.21º 0.93% 0.24% -
HSV(B) 273.21º 0.97% 0.45% -
XYZ 5.44 2.51 16.72 -
YUV 35.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 66 4 116 0.43 0.97 0 0.55 273.21 0.93 0.24
Hex 42 4 74 2B 61 0 37 111 5D 18
Octal 102 4 164 53 141 0 67 421 135 30
Binary 1000010 100 1110100 101011 1100001 0 110111 100010001 1011101 11000

Color Harmonies of #420474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420474

Black with #420474

Text Example


Text Example

White with #420474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420474; }

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

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

background-color css

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

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

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

border-color css

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

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

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