Html Css Color HEX #320097 Persian Indigo

📋 copy color: '#320097'

red 50 ◦ green 0 ◦ blue 151

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

Shades of Persian Indigo #320097

Tints of Persian Indigo #320097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.88%
G = 0%
B = 75.12%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#320097 (or 0x320097) is known color: Persian Indigo. HEX triplet: 32, 00 and 97. RGB value is (50,0,151). Sum of RGB (Red+Green+Blue) = 50+0+151=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #320097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320097 is #CDFF68. Grayscale: #1F1F1F. Windows color (decimal): -13500265 or 9895986. OLE color: 9895986.

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

Color convert

RGB 50 0 151 -
CMYK 0.67 1 0 0.41
HSL 259.87º 1% 0.3% -
HSV(B) 259.87º 1% 0.59% -
XYZ 6.9 2.91 29.48 -
YUV 32.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 50 0 151 0.67 1 0 0.41 259.87 1 0.3
Hex 32 0 97 43 64 0 29 104 64 1E
Octal 62 0 227 103 144 0 51 404 144 36
Binary 110010 0 10010111 1000011 1100100 0 101001 100000100 1100100 11110

Color Harmonies of #320097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320097

Black with #320097

Text Example


Text Example

White with #320097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320097; }

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

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

background-color css

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

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

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

border-color css

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

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

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