#320493

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

Shades of Persian Indigo #320493

Tints of Persian Indigo #320493

Color information

#320493 (or 0x320493) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 93. RGB value is (50,4,147). Sum of RGB (Red+Green+Blue) = 50+4+147=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #320493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320493 is #CDFB6C. Grayscale: #212121. Windows color (decimal): -13499245 or 9634866. OLE color: 9634866.

HSL color Cylindrical-coordinate representation of color #320493: hue angle of 259.3º degrees, saturation: 0.95, 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 #320493 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB504147-
CMYK0.660.9700.42
HSL259.3º94.7%29.61%-
HSV(B)259.3º97.28%57.65%-
XYZ6.632.8727.81-
YUV34.06191.74139.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 147 (57.81% from 255) = 73.13%
R=24.88%
G=1.99%
B=73.13%

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
Decimal5041470.660.9700.42259.394.729.61
Hex32493426102A1035f1e
Octal62422310214105240313736
Binary11001010010010011100001011000010101010100000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320493; }

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

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

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

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

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

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

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

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