#320565

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

Shades of Persian Indigo #320565

Tints of Persian Indigo #320565

Color information

#320565 (or 0x320565) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 65. RGB value is (50,5,101). Sum of RGB (Red+Green+Blue) = 50+5+101=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #320565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320565 is #CDFA9A. Grayscale: #1D1D1D. Windows color (decimal): -13499035 or 6620466. OLE color: 6620466.

HSL color Cylindrical-coordinate representation of color #320565: hue angle of 268.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320565 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB505101-
CMYK0.500.9500.60
HSL268.12º90.57%20.78%-
HSV(B)268.12º95.05%39.61%-
XYZ3.721.7312.45-
YUV29.4168.41142.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=32.05%
G=3.21%
B=64.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5051010.500.9500.60268.1290.5720.78
Hex32565325F03C10c5b15
Octal6251456213707441413325
Binary110010101110010111001010111110111100100001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320565; }

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

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

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

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

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

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

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

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