Html Css Color HEX #420291 Indigo

📋 copy color: '#420291'

red 66 ◦ green 2 ◦ blue 145

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

Shades of Indigo #420291

Tints of Indigo #420291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 30.99%
G = 0.94%
B = 68.08%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420291 (or 0x420291) is known color: Indigo. HEX triplet: 42, 02 and 91. RGB value is (66,2,145). Sum of RGB (Red+Green+Blue) = 66+2+145=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #420291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420291 is #BDFD6E. Grayscale: #242424. Windows color (decimal): -12451183 or 9503298. OLE color: 9503298.

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

Color convert

RGB 66 2 145 -
CMYK 0.54 0.99 0 0.43
HSL 266.85º 0.97% 0.29% -
HSV(B) 266.85º 0.99% 0.57% -
XYZ 7.38 3.25 27.03 -
YUV 37.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 66 2 145 0.54 0.99 0 0.43 266.85 0.97 0.29
Hex 42 2 91 36 63 0 2B 10B 61 1D
Octal 102 2 221 66 143 0 53 413 141 35
Binary 1000010 10 10010001 110110 1100011 0 101011 100001011 1100001 11101

Color Harmonies of #420291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420291

Black with #420291

Text Example


Text Example

White with #420291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420291; }

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

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

background-color css

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

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

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

border-color css

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

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

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