Html Css Color HEX #421177 Persian Indigo

📋 copy color: '#421177'

red 66 ◦ green 17 ◦ blue 119

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

Shades of Persian Indigo #421177

Tints of Persian Indigo #421177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 32.67%
G = 8.42%
B = 58.91%

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

#421177 (or 0x421177) is known color: Persian Indigo. HEX triplet: 42, 11 and 77. RGB value is (66,17,119). Sum of RGB (Red+Green+Blue) = 66+17+119=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #421177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421177 is #BDEE88. Grayscale: #2A2A2A. Windows color (decimal): -12447369 or 7803202. OLE color: 7803202.

HSL color Cylindrical-coordinate representation of color #421177: hue angle of 268.82º 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 #421177 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 17 119 -
CMYK 0.45 0.86 0 0.53
HSL 268.82º 0.75% 0.27% -
HSV(B) 268.82º 0.86% 0.47% -
XYZ 5.78 2.89 17.71 -
YUV 43.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 66 17 119 0.45 0.86 0 0.53 268.82 0.75 0.27
Hex 42 11 77 2D 56 0 35 10D 4B 1B
Octal 102 21 167 55 126 0 65 415 113 33
Binary 1000010 10001 1110111 101101 1010110 0 110101 100001101 1001011 11011

Color Harmonies of #421177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421177

Black with #421177

Text Example


Text Example

White with #421177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421177; }

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

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

background-color css

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

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

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

border-color css

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

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

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