Html Css Color HEX #421495 Persian Indigo

📋 copy color: '#421495'

red 66 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #421495

Tints of Persian Indigo #421495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 28.09%
G = 8.51%
B = 63.4%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421495 (or 0x421495) is known color: Persian Indigo. HEX triplet: 42, 14 and 95. RGB value is (66,20,149). Sum of RGB (Red+Green+Blue) = 66+20+149=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #421495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421495 is #BDEB6A. Grayscale: #2F2F2F. Windows color (decimal): -12446571 or 9770050. OLE color: 9770050.

HSL color Cylindrical-coordinate representation of color #421495: hue angle of 261.4º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421495 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 20 149 -
CMYK 0.56 0.87 0 0.42
HSL 261.4º 0.76% 0.33% -
HSV(B) 261.4º 0.87% 0.58% -
XYZ 7.92 3.83 28.76 -
YUV 48.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 66 20 149 0.56 0.87 0 0.42 261.4 0.76 0.33
Hex 42 14 95 38 57 0 2A 105 4C 21
Octal 102 24 225 70 127 0 52 405 114 41
Binary 1000010 10100 10010101 111000 1010111 0 101010 100000101 1001100 100001

Color Harmonies of #421495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421495

Black with #421495

Text Example


Text Example

White with #421495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421495; }

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

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

background-color css

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

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

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

border-color css

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

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

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