Html Css Color HEX #420091 Indigo

📋 copy color: '#420091'

red 66 ◦ green 0 ◦ blue 145

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

Shades of Indigo #420091

Tints of Indigo #420091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.28%
G = 0%
B = 68.72%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420091 (or 0x420091) is known color: Indigo. HEX triplet: 42, 00 and 91. RGB value is (66,0,145). Sum of RGB (Red+Green+Blue) = 66+0+145=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #420091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420091 is #BDFF6E. Grayscale: #232323. Windows color (decimal): -12451695 or 9502786. OLE color: 9502786.

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

Color convert

RGB 66 0 145 -
CMYK 0.54 1 0 0.43
HSL 267.31º 1% 0.28% -
HSV(B) 267.31º 1% 0.57% -
XYZ 7.36 3.2 27.02 -
YUV 36.26 189.37 149.21 -
System Red Green Blue C M Y K H S L
Decimal 66 0 145 0.54 1 0 0.43 267.31 1 0.28
Hex 42 0 91 36 64 0 2B 10B 64 1C
Octal 102 0 221 66 144 0 53 413 144 34
Binary 1000010 0 10010001 110110 1100100 0 101011 100001011 1100100 11100

Color Harmonies of #420091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420091

Black with #420091

Text Example


Text Example

White with #420091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420091; }

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

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

background-color css

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

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

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

border-color css

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

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

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