#320463

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

Shades of Persian Indigo #320463

Tints of Persian Indigo #320463

Color information

#320463 (or 0x320463) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 63. RGB value is (50,4,99). Sum of RGB (Red+Green+Blue) = 50+4+99=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #320463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320463 is #CDFB9C. Grayscale: #1C1C1C. Windows color (decimal): -13499293 or 6489138. OLE color: 6489138.

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

Color convert

RGB50499-
CMYK0.490.9600.61
HSL269.05º92.23%20.2%-
HSV(B)269.05º95.96%38.82%-
XYZ3.611.6711.94-
YUV28.58167.74143.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=32.68%
G=2.61%
B=64.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal504990.490.9600.61269.0592.2320.2
Hex32463316003D10d5c14
Octal6241436114007541513424
Binary110010100110001111000111000000111101100001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320463; }

 p { color: rgb(50,4,99); }

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

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

 a { background-color: rgb(50,4,99); }

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

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

 span { border-color: rgb(50,4,99); }

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