Html Css Color HEX #320197 Persian Indigo

📋 copy color: '#320197'

red 50 ◦ green 1 ◦ blue 151

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

Shades of Persian Indigo #320197

Tints of Persian Indigo #320197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 24.75%
G = 0.5%
B = 74.75%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#320197 (or 0x320197) is known color: Persian Indigo. HEX triplet: 32, 01 and 97. RGB value is (50,1,151). Sum of RGB (Red+Green+Blue) = 50+1+151=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #320197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320197 is #CDFE68. Grayscale: #202020. Windows color (decimal): -13500009 or 9896242. OLE color: 9896242.

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

Color convert

RGB 50 1 151 -
CMYK 0.67 0.99 0 0.41
HSL 259.6º 0.99% 0.3% -
HSV(B) 259.6º 0.99% 0.59% -
XYZ 6.91 2.93 29.48 -
YUV 32.75 194.73 140.3 -
System Red Green Blue C M Y K H S L
Decimal 50 1 151 0.67 0.99 0 0.41 259.6 0.99 0.3
Hex 32 1 97 43 63 0 29 104 63 1E
Octal 62 1 227 103 143 0 51 404 143 36
Binary 110010 1 10010111 1000011 1100011 0 101001 100000100 1100011 11110

Color Harmonies of #320197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320197

Black with #320197

Text Example


Text Example

White with #320197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320197; }

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

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

background-color css

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

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

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

border-color css

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

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

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