Html Css Color HEX #420592 Indigo

📋 copy color: '#420592'

red 66 ◦ green 5 ◦ blue 146

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

Shades of Indigo #420592

Tints of Indigo #420592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 30.41%
G = 2.3%
B = 67.28%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420592 (or 0x420592) is known color: Indigo. HEX triplet: 42, 05 and 92. RGB value is (66,5,146). Sum of RGB (Red+Green+Blue) = 66+5+146=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #420592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420592 is #BDFA6D. Grayscale: #262626. Windows color (decimal): -12450414 or 9569602. OLE color: 9569602.

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

Color convert

RGB 66 5 146 -
CMYK 0.55 0.97 0 0.43
HSL 265.96º 0.93% 0.3% -
HSV(B) 265.96º 0.97% 0.57% -
XYZ 7.49 3.34 27.44 -
YUV 39.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 66 5 146 0.55 0.97 0 0.43 265.96 0.93 0.3
Hex 42 5 92 37 61 0 2B 10A 5D 1E
Octal 102 5 222 67 141 0 53 412 135 36
Binary 1000010 101 10010010 110111 1100001 0 101011 100001010 1011101 11110

Color Harmonies of #420592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420592

Black with #420592

Text Example


Text Example

White with #420592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420592; }

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

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

background-color css

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

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

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

border-color css

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

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

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