Html Css Color HEX #320991 Persian Indigo

📋 copy color: '#320991'

red 50 ◦ green 9 ◦ blue 145

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

Shades of Persian Indigo #320991

Tints of Persian Indigo #320991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 24.51%
G = 4.41%
B = 71.08%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#320991 (or 0x320991) is known color: Persian Indigo. HEX triplet: 32, 09 and 91. RGB value is (50,9,145). Sum of RGB (Red+Green+Blue) = 50+9+145=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #320991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320991 is #CDF66E. Grayscale: #242424. Windows color (decimal): -13497967 or 9505074. OLE color: 9505074.

HSL color Cylindrical-coordinate representation of color #320991: hue angle of 258.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320991 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 9 145 -
CMYK 0.66 0.94 0 0.43
HSL 258.09º 0.88% 0.3% -
HSV(B) 258.09º 0.94% 0.57% -
XYZ 6.52 2.92 27.01 -
YUV 36.76 189.08 137.44 -
System Red Green Blue C M Y K H S L
Decimal 50 9 145 0.66 0.94 0 0.43 258.09 0.88 0.3
Hex 32 9 91 42 5E 0 2B 102 58 1E
Octal 62 11 221 102 136 0 53 402 130 36
Binary 110010 1001 10010001 1000010 1011110 0 101011 100000010 1011000 11110

Color Harmonies of #320991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320991

Black with #320991

Text Example


Text Example

White with #320991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320991; }

 p { color: rgb(50,9,145); }

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

background-color css

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

 a { background-color: rgb(50,9,145); }

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

border-color css

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

 span { border-color: rgb(50,9,145); }

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