#320364

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

Shades of Persian Indigo #320364

Tints of Persian Indigo #320364

Color information

#320364 (or 0x320364) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 64. RGB value is (50,3,100). Sum of RGB (Red+Green+Blue) = 50+3+100=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #320364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320364 is #CDFC9B. Grayscale: #1B1B1B. Windows color (decimal): -13499548 or 6554418. OLE color: 6554418.

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

Color convert

RGB503100-
CMYK0.500.9700.61
HSL269.07º94.17%20.2%-
HSV(B)269.07º97%39.22%-
XYZ3.651.6612.19-
YUV28.11168.57143.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 100 (39.45% from 255) = 65.36%
R=32.68%
G=1.96%
B=65.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5031000.500.9700.61269.0794.1720.2
Hex32364326103D10d5e14
Octal6231446214107541513624
Binary11001011110010011001011000010111101100001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320364; }

 p { color: rgb(50,3,100); }

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

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

 a { background-color: rgb(50,3,100); }

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

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

 span { border-color: rgb(50,3,100); }

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