#320594

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

Shades of Persian Indigo #320594

Tints of Persian Indigo #320594

Color information

#320594 (or 0x320594) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 94. RGB value is (50,5,148). Sum of RGB (Red+Green+Blue) = 50+5+148=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #320594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320594 is #CDFA6B. Grayscale: #222222. Windows color (decimal): -13498988 or 9700658. OLE color: 9700658.

HSL color Cylindrical-coordinate representation of color #320594: hue angle of 258.88º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #320594 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB505148-
CMYK0.660.9700.42
HSL258.88º93.46%30%-
HSV(B)258.88º96.62%58.04%-
XYZ6.712.9228.23-
YUV34.76191.91138.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 148 (58.20% from 255) = 72.91%
R=24.63%
G=2.46%
B=72.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5051480.660.9700.42258.8893.4630
Hex32594426102A1035d1e
Octal62522410214105240313536
Binary11001010110010100100001011000010101010100000011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320594; }

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

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

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

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

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

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

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

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