Html Css Color HEX #320199 Persian Indigo

📋 copy color: '#320199'

red 50 ◦ green 1 ◦ blue 153

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

Shades of Persian Indigo #320199

Tints of Persian Indigo #320199

RGB

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

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

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

R = 24.51%
G = 0.49%
B = 75%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#320199 (or 0x320199) is known color: Persian Indigo. HEX triplet: 32, 01 and 99. RGB value is (50,1,153). Sum of RGB (Red+Green+Blue) = 50+1+153=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #320199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320199 is #CDFE66. Grayscale: #202020. Windows color (decimal): -13500007 or 10027314. OLE color: 10027314.

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

Color convert

RGB 50 1 153 -
CMYK 0.67 0.99 0 0.4
HSL 259.34º 0.99% 0.3% -
HSV(B) 259.34º 0.99% 0.6% -
XYZ 7.08 3 30.34 -
YUV 32.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 50 1 153 0.67 0.99 0 0.4 259.34 0.99 0.3
Hex 32 1 99 43 63 0 28 103 63 1E
Octal 62 1 231 103 143 0 50 403 143 36
Binary 110010 1 10011001 1000011 1100011 0 101000 100000011 1100011 11110

Color Harmonies of #320199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320199

Black with #320199

Text Example


Text Example

White with #320199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320199; }

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

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

background-color css

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

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

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

border-color css

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

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

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