Html Css Color HEX #420478 Indigo

📋 copy color: '#420478'

red 66 ◦ green 4 ◦ blue 120

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

Shades of Indigo #420478

Tints of Indigo #420478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.16%

R = 34.74%
G = 2.11%
B = 63.16%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420478 (or 0x420478) is known color: Indigo. HEX triplet: 42, 04 and 78. RGB value is (66,4,120). Sum of RGB (Red+Green+Blue) = 66+4+120=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #420478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420478 is #BDFB87. Grayscale: #232323. Windows color (decimal): -12450696 or 7865410. OLE color: 7865410.

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

Color convert

RGB 66 4 120 -
CMYK 0.45 0.97 0 0.53
HSL 272.07º 0.94% 0.24% -
HSV(B) 272.07º 0.97% 0.47% -
XYZ 5.68 2.6 17.97 -
YUV 35.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 66 4 120 0.45 0.97 0 0.53 272.07 0.94 0.24
Hex 42 4 78 2D 61 0 35 110 5E 18
Octal 102 4 170 55 141 0 65 420 136 30
Binary 1000010 100 1111000 101101 1100001 0 110101 100010000 1011110 11000

Color Harmonies of #420478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420478

Black with #420478

Text Example


Text Example

White with #420478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420478; }

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

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

background-color css

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

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

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

border-color css

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

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

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