Html Css Color HEX #420990 Indigo

📋 copy color: '#420990'

red 66 ◦ green 9 ◦ blue 144

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

Shades of Indigo #420990

Tints of Indigo #420990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 30.14%
G = 4.11%
B = 65.75%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420990 (or 0x420990) is known color: Indigo. HEX triplet: 42, 09 and 90. RGB value is (66,9,144). Sum of RGB (Red+Green+Blue) = 66+9+144=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #420990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420990 is #BDF66F. Grayscale: #282828. Windows color (decimal): -12449392 or 9439554. OLE color: 9439554.

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

Color convert

RGB 66 9 144 -
CMYK 0.54 0.94 0 0.44
HSL 265.33º 0.88% 0.3% -
HSV(B) 265.33º 0.94% 0.56% -
XYZ 7.38 3.37 26.65 -
YUV 41.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 66 9 144 0.54 0.94 0 0.44 265.33 0.88 0.3
Hex 42 9 90 36 5E 0 2C 109 58 1E
Octal 102 11 220 66 136 0 54 411 130 36
Binary 1000010 1001 10010000 110110 1011110 0 101100 100001001 1011000 11110

Color Harmonies of #420990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420990

Black with #420990

Text Example


Text Example

White with #420990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420990; }

 p { color: rgb(66,9,144); }

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

background-color css

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

 a { background-color: rgb(66,9,144); }

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

border-color css

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

 span { border-color: rgb(66,9,144); }

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