Html Css Color HEX #320497 Persian Indigo

📋 copy color: '#320497'

red 50 ◦ green 4 ◦ blue 151

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

Shades of Persian Indigo #320497

Tints of Persian Indigo #320497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 24.39%
G = 1.95%
B = 73.66%

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

#320497 (or 0x320497) is known color: Persian Indigo. HEX triplet: 32, 04 and 97. RGB value is (50,4,151). Sum of RGB (Red+Green+Blue) = 50+4+151=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #320497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320497 is #CDFB68. Grayscale: #212121. Windows color (decimal): -13499241 or 9897010. OLE color: 9897010.

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

Color convert

RGB 50 4 151 -
CMYK 0.67 0.97 0 0.41
HSL 258.78º 0.95% 0.3% -
HSV(B) 258.78º 0.97% 0.59% -
XYZ 6.94 3 29.49 -
YUV 34.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 50 4 151 0.67 0.97 0 0.41 258.78 0.95 0.3
Hex 32 4 97 43 61 0 29 103 5F 1E
Octal 62 4 227 103 141 0 51 403 137 36
Binary 110010 100 10010111 1000011 1100001 0 101001 100000011 1011111 11110

Color Harmonies of #320497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320497

Black with #320497

Text Example


Text Example

White with #320497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320497; }

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

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

background-color css

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

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

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

border-color css

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

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

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