Html Css Color HEX #420674 Indigo

📋 copy color: '#420674'

red 66 ◦ green 6 ◦ blue 116

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

Shades of Indigo #420674

Tints of Indigo #420674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 35.11%
G = 3.19%
B = 61.7%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#420674 (or 0x420674) is known color: Indigo. HEX triplet: 42, 06 and 74. RGB value is (66,6,116). Sum of RGB (Red+Green+Blue) = 66+6+116=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #420674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420674 is #BDF98B. Grayscale: #242424. Windows color (decimal): -12450188 or 7603778. OLE color: 7603778.

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

Color convert

RGB 66 6 116 -
CMYK 0.43 0.95 0 0.55
HSL 272.73º 0.9% 0.24% -
HSV(B) 272.73º 0.95% 0.45% -
XYZ 5.46 2.55 16.73 -
YUV 36.48 172.88 149.06 -
System Red Green Blue C M Y K H S L
Decimal 66 6 116 0.43 0.95 0 0.55 272.73 0.9 0.24
Hex 42 6 74 2B 5F 0 37 111 5A 18
Octal 102 6 164 53 137 0 67 421 132 30
Binary 1000010 110 1110100 101011 1011111 0 110111 100010001 1011010 11000

Color Harmonies of #420674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420674

Black with #420674

Text Example


Text Example

White with #420674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420674; }

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

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

background-color css

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

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

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

border-color css

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

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

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