Html Css Color HEX #321997 Persian Indigo

📋 copy color: '#321997'

red 50 ◦ green 25 ◦ blue 151

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

Shades of Persian Indigo #321997

Tints of Persian Indigo #321997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 22.12%
G = 11.06%
B = 66.81%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#321997 (or 0x321997) is known color: Persian Indigo. HEX triplet: 32, 19 and 97. RGB value is (50,25,151). Sum of RGB (Red+Green+Blue) = 50+25+151=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #321997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321997 is #CDE668. Grayscale: #2E2E2E. Windows color (decimal): -13493865 or 9902386. OLE color: 9902386.

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

Color convert

RGB 50 25 151 -
CMYK 0.67 0.83 0 0.41
HSL 251.9º 0.72% 0.35% -
HSV(B) 251.9º 0.83% 0.59% -
XYZ 7.25 3.61 29.59 -
YUV 46.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 50 25 151 0.67 0.83 0 0.41 251.9 0.72 0.35
Hex 32 19 97 43 53 0 29 FC 48 23
Octal 62 31 227 103 123 0 51 374 110 43
Binary 110010 11001 10010111 1000011 1010011 0 101001 11111100 1001000 100011

Color Harmonies of #321997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321997

Black with #321997

Text Example


Text Example

White with #321997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321997; }

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

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

background-color css

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

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

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

border-color css

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

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

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