Html Css Color HEX #320595 Persian Indigo

📋 copy color: '#320595'

red 50 ◦ green 5 ◦ blue 149

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

Shades of Persian Indigo #320595

Tints of Persian Indigo #320595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 24.51%
G = 2.45%
B = 73.04%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#320595 (or 0x320595) is known color: Persian Indigo. HEX triplet: 32, 05 and 95. RGB value is (50,5,149). Sum of RGB (Red+Green+Blue) = 50+5+149=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #320595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320595 is #CDFA6A. Grayscale: #222222. Windows color (decimal): -13498987 or 9766194. OLE color: 9766194.

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

Color convert

RGB 50 5 149 -
CMYK 0.66 0.97 0 0.42
HSL 258.75º 0.94% 0.3% -
HSV(B) 258.75º 0.97% 0.58% -
XYZ 6.79 2.96 28.65 -
YUV 34.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 50 5 149 0.66 0.97 0 0.42 258.75 0.94 0.3
Hex 32 5 95 42 61 0 2A 103 5E 1E
Octal 62 5 225 102 141 0 52 403 136 36
Binary 110010 101 10010101 1000010 1100001 0 101010 100000011 1011110 11110

Color Harmonies of #320595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320595

Black with #320595

Text Example


Text Example

White with #320595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320595; }

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

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

background-color css

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

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

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

border-color css

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

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

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