Html Css Color HEX #421490 Persian Indigo

📋 copy color: '#421490'

red 66 ◦ green 20 ◦ blue 144

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

Shades of Persian Indigo #421490

Tints of Persian Indigo #421490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 28.7%
G = 8.7%
B = 62.61%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#421490 (or 0x421490) is known color: Persian Indigo. HEX triplet: 42, 14 and 90. RGB value is (66,20,144). Sum of RGB (Red+Green+Blue) = 66+20+144=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #421490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421490 is #BDEB6F. Grayscale: #2F2F2F. Windows color (decimal): -12446576 or 9442370. OLE color: 9442370.

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

Color convert

RGB 66 20 144 -
CMYK 0.54 0.86 0 0.44
HSL 262.26º 0.76% 0.32% -
HSV(B) 262.26º 0.86% 0.56% -
XYZ 7.53 3.67 26.7 -
YUV 47.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 66 20 144 0.54 0.86 0 0.44 262.26 0.76 0.32
Hex 42 14 90 36 56 0 2C 106 4C 20
Octal 102 24 220 66 126 0 54 406 114 40
Binary 1000010 10100 10010000 110110 1010110 0 101100 100000110 1001100 100000

Color Harmonies of #421490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421490

Black with #421490

Text Example


Text Example

White with #421490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421490; }

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

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

background-color css

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

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

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

border-color css

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

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

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