Html Css Color HEX #320995 Persian Indigo

📋 copy color: '#320995'

red 50 ◦ green 9 ◦ blue 149

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

Shades of Persian Indigo #320995

Tints of Persian Indigo #320995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 24.04%
G = 4.33%
B = 71.63%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320995 (or 0x320995) is known color: Persian Indigo. HEX triplet: 32, 09 and 95. RGB value is (50,9,149). Sum of RGB (Red+Green+Blue) = 50+9+149=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #320995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320995 is #CDF66A. Grayscale: #242424. Windows color (decimal): -13497963 or 9767218. OLE color: 9767218.

HSL color Cylindrical-coordinate representation of color #320995: hue angle of 257.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320995 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 9 149 -
CMYK 0.66 0.94 0 0.42
HSL 257.57º 0.89% 0.31% -
HSV(B) 257.57º 0.94% 0.58% -
XYZ 6.84 3.04 28.66 -
YUV 37.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 50 9 149 0.66 0.94 0 0.42 257.57 0.89 0.31
Hex 32 9 95 42 5E 0 2A 102 59 1F
Octal 62 11 225 102 136 0 52 402 131 37
Binary 110010 1001 10010101 1000010 1011110 0 101010 100000010 1011001 11111

Color Harmonies of #320995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320995

Black with #320995

Text Example


Text Example

White with #320995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320995; }

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

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

background-color css

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

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

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

border-color css

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

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

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