Html Css Color HEX #421491 Persian Indigo

📋 copy color: '#421491'

red 66 ◦ green 20 ◦ blue 145

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

Shades of Persian Indigo #421491

Tints of Persian Indigo #421491

RGB

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

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

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

R = 28.57%
G = 8.66%
B = 62.77%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#421491 (or 0x421491) is known color: Persian Indigo. HEX triplet: 42, 14 and 91. RGB value is (66,20,145). Sum of RGB (Red+Green+Blue) = 66+20+145=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #421491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421491 is #BDEB6E. Grayscale: #2F2F2F. Windows color (decimal): -12446575 or 9507906. OLE color: 9507906.

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

Color convert

RGB 66 20 145 -
CMYK 0.54 0.86 0 0.43
HSL 262.08º 0.76% 0.32% -
HSV(B) 262.08º 0.86% 0.57% -
XYZ 7.61 3.7 27.1 -
YUV 48 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 66 20 145 0.54 0.86 0 0.43 262.08 0.76 0.32
Hex 42 14 91 36 56 0 2B 106 4C 20
Octal 102 24 221 66 126 0 53 406 114 40
Binary 1000010 10100 10010001 110110 1010110 0 101011 100000110 1001100 100000

Color Harmonies of #421491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421491

Black with #421491

Text Example


Text Example

White with #421491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421491; }

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

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

background-color css

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

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

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

border-color css

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

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

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