Html Css Color HEX #420595 Indigo

📋 copy color: '#420595'

red 66 ◦ green 5 ◦ blue 149

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

Shades of Indigo #420595

Tints of Indigo #420595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 30%
G = 2.27%
B = 67.73%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420595 (or 0x420595) is known color: Indigo. HEX triplet: 42, 05 and 95. RGB value is (66,5,149). Sum of RGB (Red+Green+Blue) = 66+5+149=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #420595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420595 is #BDFA6A. Grayscale: #272727. Windows color (decimal): -12450411 or 9766210. OLE color: 9766210.

HSL color Cylindrical-coordinate representation of color #420595: hue angle of 265.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420595 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 5 149 -
CMYK 0.56 0.97 0 0.42
HSL 265.42º 0.94% 0.3% -
HSV(B) 265.42º 0.97% 0.58% -
XYZ 7.73 3.44 28.69 -
YUV 39.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 66 5 149 0.56 0.97 0 0.42 265.42 0.94 0.3
Hex 42 5 95 38 61 0 2A 109 5E 1E
Octal 102 5 225 70 141 0 52 411 136 36
Binary 1000010 101 10010101 111000 1100001 0 101010 100001001 1011110 11110

Color Harmonies of #420595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420595

Black with #420595

Text Example


Text Example

White with #420595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420595; }

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

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

background-color css

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

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

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

border-color css

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

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

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