#320665

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

Shades of Persian Indigo #320665

Tints of Persian Indigo #320665

Color information

#320665 (or 0x320665) is unknown color: approx Persian Indigo. HEX triplet: 32, 06 and 65. RGB value is (50,6,101). Sum of RGB (Red+Green+Blue) = 50+6+101=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #320665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320665 is #CDF99A. Grayscale: #1D1D1D. Windows color (decimal): -13498779 or 6620722. OLE color: 6620722.

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

Color convert

RGB506101-
CMYK0.500.9400.60
HSL267.79º88.79%20.98%-
HSV(B)267.79º94.06%39.61%-
XYZ3.731.7512.45-
YUV29.99168.08142.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=31.85%
G=3.82%
B=64.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5061010.500.9400.60267.7988.7920.98
Hex32665325E03C10c5915
Octal6261456213607441413125
Binary110010110110010111001010111100111100100001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320665; }

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

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

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

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

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

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

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

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