#320577

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

Shades of Persian Indigo #320577

Tints of Persian Indigo #320577

Color information

#320577 (or 0x320577) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 77. RGB value is (50,5,119). Sum of RGB (Red+Green+Blue) = 50+5+119=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #320577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320577 is #CDFA88. Grayscale: #1F1F1F. Windows color (decimal): -13499017 or 7800114. OLE color: 7800114.

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

Color convert

RGB505119-
CMYK0.580.9600.53
HSL263.68º91.94%24.31%-
HSV(B)263.68º95.8%46.67%-
XYZ4.72.1217.61-
YUV31.45177.41141.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 119 (46.88% from 255) = 68.39%
R=28.74%
G=2.87%
B=68.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5051190.580.9600.53263.6891.9424.31
Hex325773A600351085c18
Octal6251677214006541013430
Binary110010101111011111101011000000110101100001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320577; }

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

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

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

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

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

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

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

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