#320573

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

Shades of Persian Indigo #320573

Tints of Persian Indigo #320573

Color information

#320573 (or 0x320573) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 73. RGB value is (50,5,115). Sum of RGB (Red+Green+Blue) = 50+5+115=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #320573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320573 is #CDFA8C. Grayscale: #1E1E1E. Windows color (decimal): -13499021 or 7537970. OLE color: 7537970.

HSL color Cylindrical-coordinate representation of color #320573: hue angle of 264.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320573 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB505115-
CMYK0.570.9600.55
HSL264.55º91.67%23.53%-
HSV(B)264.55º95.65%45.1%-
XYZ4.462.0216.38-
YUV30.99175.41141.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 115 (45.31% from 255) = 67.65%
R=29.41%
G=2.94%
B=67.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5051150.570.9600.55264.5591.6723.53
Hex3257339600371095c18
Octal6251637114006741113430
Binary110010101111001111100111000000110111100001001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320573; }

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

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

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

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

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

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

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

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