#320563

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

Shades of Persian Indigo #320563

Tints of Persian Indigo #320563

Color information

#320563 (or 0x320563) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 63. RGB value is (50,5,99). Sum of RGB (Red+Green+Blue) = 50+5+99=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #320563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320563 is #CDFA9C. Grayscale: #1C1C1C. Windows color (decimal): -13499037 or 6489394. OLE color: 6489394.

HSL color Cylindrical-coordinate representation of color #320563: hue angle of 268.72º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320563 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB50599-
CMYK0.490.9500.61
HSL268.72º90.38%20.39%-
HSV(B)268.72º94.95%38.82%-
XYZ3.621.6911.94-
YUV29.17167.41142.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=32.47%
G=3.25%
B=64.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal505990.490.9500.61268.7290.3820.39
Hex32563315F03D10d5a14
Octal6251436113707541513224
Binary110010101110001111000110111110111101100001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320563; }

 p { color: rgb(50,5,99); }

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

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

 a { background-color: rgb(50,5,99); }

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

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

 span { border-color: rgb(50,5,99); }

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