Html Css Color HEX #421179 Persian Indigo

📋 copy color: '#421179'

red 66 ◦ green 17 ◦ blue 121

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

Shades of Persian Indigo #421179

Tints of Persian Indigo #421179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 121 (47.66% from 255) = 59.31%

R = 32.35%
G = 8.33%
B = 59.31%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421179 (or 0x421179) is known color: Persian Indigo. HEX triplet: 42, 11 and 79. RGB value is (66,17,121). Sum of RGB (Red+Green+Blue) = 66+17+121=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #421179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421179 is #BDEE86. Grayscale: #2B2B2B. Windows color (decimal): -12447367 or 7934274. OLE color: 7934274.

HSL color Cylindrical-coordinate representation of color #421179: hue angle of 268.27º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421179 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 17 121 -
CMYK 0.45 0.86 0 0.53
HSL 268.27º 0.75% 0.27% -
HSV(B) 268.27º 0.86% 0.47% -
XYZ 5.9 2.94 18.35 -
YUV 43.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 66 17 121 0.45 0.86 0 0.53 268.27 0.75 0.27
Hex 42 11 79 2D 56 0 35 10C 4B 1B
Octal 102 21 171 55 126 0 65 414 113 33
Binary 1000010 10001 1111001 101101 1010110 0 110101 100001100 1001011 11011

Color Harmonies of #421179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421179

Black with #421179

Text Example


Text Example

White with #421179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421179; }

 p { color: rgb(66,17,121); }

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

background-color css

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

 a { background-color: rgb(66,17,121); }

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

border-color css

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

 span { border-color: rgb(66,17,121); }

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