Html Css Color HEX #321171 Persian Indigo

📋 copy color: '#321171'

red 50 ◦ green 17 ◦ blue 113

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

Shades of Persian Indigo #321171

Tints of Persian Indigo #321171

RGB

 RED value IS 50 (19.92% from 255) = 27.78%

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

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 27.78%
G = 9.44%
B = 62.78%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#321171 (or 0x321171) is known color: Persian Indigo. HEX triplet: 32, 11 and 71. RGB value is (50,17,113). Sum of RGB (Red+Green+Blue) = 50+17+113=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #321171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321171 is #CDEE8E. Grayscale: #252525. Windows color (decimal): -13495951 or 7409970. OLE color: 7409970.

HSL color Cylindrical-coordinate representation of color #321171: hue angle of 260.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321171 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 17 113 -
CMYK 0.56 0.85 0 0.56
HSL 260.63º 0.74% 0.25% -
HSV(B) 260.63º 0.85% 0.44% -
XYZ 4.5 2.27 15.82 -
YUV 37.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 50 17 113 0.56 0.85 0 0.56 260.63 0.74 0.25
Hex 32 11 71 38 55 0 38 105 4A 19
Octal 62 21 161 70 125 0 70 405 112 31
Binary 110010 10001 1110001 111000 1010101 0 111000 100000101 1001010 11001

Color Harmonies of #321171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321171

Black with #321171

Text Example


Text Example

White with #321171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321171; }

 p { color: rgb(50,17,113); }

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

background-color css

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

 a { background-color: rgb(50,17,113); }

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

border-color css

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

 span { border-color: rgb(50,17,113); }

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