#320099

Color #320099 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #320099

Tints of Persian Indigo #320099

Color information

#320099 (or 0x320099) is unknown color: approx Persian Indigo. HEX triplet: 32, 00 and 99. RGB value is (50,0,153). Sum of RGB (Red+Green+Blue) = 50+0+153=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #320099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320099 is #CDFF66. Grayscale: #1F1F1F. Windows color (decimal): -13500263 or 10027058. OLE color: 10027058.

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

Color convert

RGB500153-
CMYK0.67100.4
HSL259.61º100%30%-
HSV(B)259.61º100%60%-
XYZ7.072.9830.34-
YUV32.39196.06140.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=24.63%
G=0%
B=75.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5001530.67100.4259.6110030
Hex320994364028104641e
Octal62023110314405040414436
Binary110010010011001100001111001000101000100000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320099; }

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

 H1.HeaderClassName
 {
   color: #320099;
 }
 .AnyTagClassName
 {
   color: #320099;
 }
</style>
background-color css

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

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

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

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

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

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