Html Css Color HEX #420490 Indigo

📋 copy color: '#420490'

red 66 ◦ green 4 ◦ blue 144

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

Shades of Indigo #420490

Tints of Indigo #420490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 30.84%
G = 1.87%
B = 67.29%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420490 (or 0x420490) is known color: Indigo. HEX triplet: 42, 04 and 90. RGB value is (66,4,144). Sum of RGB (Red+Green+Blue) = 66+4+144=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #420490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420490 is #BDFB6F. Grayscale: #262626. Windows color (decimal): -12450672 or 9438274. OLE color: 9438274.

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

Color convert

RGB 66 4 144 -
CMYK 0.54 0.97 0 0.44
HSL 266.57º 0.95% 0.29% -
HSV(B) 266.57º 0.97% 0.56% -
XYZ 7.32 3.26 26.63 -
YUV 38.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 66 4 144 0.54 0.97 0 0.44 266.57 0.95 0.29
Hex 42 4 90 36 61 0 2C 10B 5F 1D
Octal 102 4 220 66 141 0 54 413 137 35
Binary 1000010 100 10010000 110110 1100001 0 101100 100001011 1011111 11101

Color Harmonies of #420490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420490

Black with #420490

Text Example


Text Example

White with #420490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420490; }

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

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

background-color css

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

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

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

border-color css

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

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

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