Html Css Color HEX #321197 Persian Indigo

📋 copy color: '#321197'

red 50 ◦ green 17 ◦ blue 151

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

Shades of Persian Indigo #321197

Tints of Persian Indigo #321197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.27%

R = 22.94%
G = 7.8%
B = 69.27%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#321197 (or 0x321197) is known color: Persian Indigo. HEX triplet: 32, 11 and 97. RGB value is (50,17,151). Sum of RGB (Red+Green+Blue) = 50+17+151=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #321197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321197 is #CDEE68. Grayscale: #292929. Windows color (decimal): -13495913 or 9900338. OLE color: 9900338.

HSL color Cylindrical-coordinate representation of color #321197: hue angle of 254.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321197 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 17 151 -
CMYK 0.67 0.89 0 0.41
HSL 254.78º 0.8% 0.33% -
HSV(B) 254.78º 0.89% 0.59% -
XYZ 7.1 3.31 29.54 -
YUV 42.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 50 17 151 0.67 0.89 0 0.41 254.78 0.8 0.33
Hex 32 11 97 43 59 0 29 FF 50 21
Octal 62 21 227 103 131 0 51 377 120 41
Binary 110010 10001 10010111 1000011 1011001 0 101001 11111111 1010000 100001

Color Harmonies of #321197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321197

Black with #321197

Text Example


Text Example

White with #321197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321197; }

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

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

background-color css

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

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

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

border-color css

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

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

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