Html Css Color HEX #320597 Persian Indigo

📋 copy color: '#320597'

red 50 ◦ green 5 ◦ blue 151

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

Shades of Persian Indigo #320597

Tints of Persian Indigo #320597

RGB

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

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

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

R = 24.27%
G = 2.43%
B = 73.3%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#320597 (or 0x320597) is known color: Persian Indigo. HEX triplet: 32, 05 and 97. RGB value is (50,5,151). Sum of RGB (Red+Green+Blue) = 50+5+151=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #320597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320597 is #CDFA68. Grayscale: #222222. Windows color (decimal): -13498985 or 9897266. OLE color: 9897266.

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

Color convert

RGB 50 5 151 -
CMYK 0.67 0.97 0 0.41
HSL 258.49º 0.94% 0.31% -
HSV(B) 258.49º 0.97% 0.59% -
XYZ 6.96 3.02 29.49 -
YUV 35.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 50 5 151 0.67 0.97 0 0.41 258.49 0.94 0.31
Hex 32 5 97 43 61 0 29 102 5E 1F
Octal 62 5 227 103 141 0 51 402 136 37
Binary 110010 101 10010111 1000011 1100001 0 101001 100000010 1011110 11111

Color Harmonies of #320597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320597

Black with #320597

Text Example


Text Example

White with #320597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320597; }

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

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

background-color css

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

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

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

border-color css

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

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

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