Html Css Color HEX #420578 Indigo

📋 copy color: '#420578'

red 66 ◦ green 5 ◦ blue 120

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

Shades of Indigo #420578

Tints of Indigo #420578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 34.55%
G = 2.62%
B = 62.83%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420578 (or 0x420578) is known color: Indigo. HEX triplet: 42, 05 and 78. RGB value is (66,5,120). Sum of RGB (Red+Green+Blue) = 66+5+120=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 120 (47.27% from 255 or 62.83% from 191); Max value from RGB is 120 - color contains mainly: blue. Hex color #420578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420578 is #BDFA87. Grayscale: #232323. Windows color (decimal): -12450440 or 7865666. OLE color: 7865666.

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

Color convert

RGB 66 5 120 -
CMYK 0.45 0.96 0 0.53
HSL 271.83º 0.92% 0.25% -
HSV(B) 271.83º 0.96% 0.47% -
XYZ 5.69 2.62 17.98 -
YUV 36.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 66 5 120 0.45 0.96 0 0.53 271.83 0.92 0.25
Hex 42 5 78 2D 60 0 35 110 5C 19
Octal 102 5 170 55 140 0 65 420 134 31
Binary 1000010 101 1111000 101101 1100000 0 110101 100010000 1011100 11001

Color Harmonies of #420578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420578

Black with #420578

Text Example


Text Example

White with #420578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420578; }

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

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

background-color css

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

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

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

border-color css

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

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

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