Html Css Color HEX #420591 Indigo

📋 copy color: '#420591'

red 66 ◦ green 5 ◦ blue 145

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

Shades of Indigo #420591

Tints of Indigo #420591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 67.13%

R = 30.56%
G = 2.31%
B = 67.13%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420591 (or 0x420591) is known color: Indigo. HEX triplet: 42, 05 and 91. RGB value is (66,5,145). Sum of RGB (Red+Green+Blue) = 66+5+145=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #420591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420591 is #BDFA6E. Grayscale: #262626. Windows color (decimal): -12450415 or 9504066. OLE color: 9504066.

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

Color convert

RGB 66 5 145 -
CMYK 0.54 0.97 0 0.43
HSL 266.14º 0.93% 0.29% -
HSV(B) 266.14º 0.97% 0.57% -
XYZ 7.41 3.31 27.04 -
YUV 39.2 187.71 147.12 -
System Red Green Blue C M Y K H S L
Decimal 66 5 145 0.54 0.97 0 0.43 266.14 0.93 0.29
Hex 42 5 91 36 61 0 2B 10A 5D 1D
Octal 102 5 221 66 141 0 53 412 135 35
Binary 1000010 101 10010001 110110 1100001 0 101011 100001010 1011101 11101

Color Harmonies of #420591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420591

Black with #420591

Text Example


Text Example

White with #420591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420591; }

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

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

background-color css

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

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

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

border-color css

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

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

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