Html Css Color HEX #320599 Persian Indigo

📋 copy color: '#320599'

red 50 ◦ green 5 ◦ blue 153

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

Shades of Persian Indigo #320599

Tints of Persian Indigo #320599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 73.56%

R = 24.04%
G = 2.4%
B = 73.56%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#320599 (or 0x320599) is known color: Persian Indigo. HEX triplet: 32, 05 and 99. RGB value is (50,5,153). Sum of RGB (Red+Green+Blue) = 50+5+153=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #320599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320599 is #CDFA66. Grayscale: #222222. Windows color (decimal): -13498983 or 10028338. OLE color: 10028338.

HSL color Cylindrical-coordinate representation of color #320599: hue angle of 258.24º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320599 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 5 153 -
CMYK 0.67 0.97 0 0.4
HSL 258.24º 0.94% 0.31% -
HSV(B) 258.24º 0.97% 0.6% -
XYZ 7.12 3.09 30.36 -
YUV 35.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 50 5 153 0.67 0.97 0 0.4 258.24 0.94 0.31
Hex 32 5 99 43 61 0 28 102 5E 1F
Octal 62 5 231 103 141 0 50 402 136 37
Binary 110010 101 10011001 1000011 1100001 0 101000 100000010 1011110 11111

Color Harmonies of #320599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320599

Black with #320599

Text Example


Text Example

White with #320599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320599; }

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

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

background-color css

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

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

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

border-color css

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

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

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