Html Css Color HEX #420774 Indigo

📋 copy color: '#420774'

red 66 ◦ green 7 ◦ blue 116

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

Shades of Indigo #420774

Tints of Indigo #420774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 34.92%
G = 3.7%
B = 61.38%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420774 (or 0x420774) is known color: Indigo. HEX triplet: 42, 07 and 74. RGB value is (66,7,116). Sum of RGB (Red+Green+Blue) = 66+7+116=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #420774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420774 is #BDF88B. Grayscale: #242424. Windows color (decimal): -12449932 or 7604034. OLE color: 7604034.

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

Color convert

RGB 66 7 116 -
CMYK 0.43 0.94 0 0.55
HSL 272.48º 0.89% 0.24% -
HSV(B) 272.48º 0.94% 0.45% -
XYZ 5.48 2.57 16.73 -
YUV 37.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 66 7 116 0.43 0.94 0 0.55 272.48 0.89 0.24
Hex 42 7 74 2B 5E 0 37 110 59 18
Octal 102 7 164 53 136 0 67 420 131 30
Binary 1000010 111 1110100 101011 1011110 0 110111 100010000 1011001 11000

Color Harmonies of #420774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420774

Black with #420774

Text Example


Text Example

White with #420774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420774; }

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

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

background-color css

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

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

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

border-color css

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

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

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