Html Css Color HEX #421791 Persian Indigo

📋 copy color: '#421791'

red 66 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #421791

Tints of Persian Indigo #421791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 28.21%
G = 9.83%
B = 61.97%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#421791 (or 0x421791) is known color: Persian Indigo. HEX triplet: 42, 17 and 91. RGB value is (66,23,145). Sum of RGB (Red+Green+Blue) = 66+23+145=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #421791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421791 is #BDE86E. Grayscale: #313131. Windows color (decimal): -12445807 or 9508674. OLE color: 9508674.

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

Color convert

RGB 66 23 145 -
CMYK 0.54 0.84 0 0.43
HSL 261.15º 0.73% 0.33% -
HSV(B) 261.15º 0.84% 0.57% -
XYZ 7.66 3.82 27.12 -
YUV 49.77 181.75 139.58 -
System Red Green Blue C M Y K H S L
Decimal 66 23 145 0.54 0.84 0 0.43 261.15 0.73 0.33
Hex 42 17 91 36 54 0 2B 105 49 21
Octal 102 27 221 66 124 0 53 405 111 41
Binary 1000010 10111 10010001 110110 1010100 0 101011 100000101 1001001 100001

Color Harmonies of #421791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421791

Black with #421791

Text Example


Text Example

White with #421791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421791; }

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

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

background-color css

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

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

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

border-color css

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

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

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