#320392

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

Shades of Persian Indigo #320392

Tints of Persian Indigo #320392

Color information

#320392 (or 0x320392) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 92. RGB value is (50,3,146). Sum of RGB (Red+Green+Blue) = 50+3+146=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #320392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320392 is #CDFC6D. Grayscale: #202020. Windows color (decimal): -13499502 or 9569074. OLE color: 9569074.

HSL color Cylindrical-coordinate representation of color #320392: hue angle of 259.72º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320392 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB503146-
CMYK0.660.9800.43
HSL259.72º95.97%29.22%-
HSV(B)259.72º97.95%57.25%-
XYZ6.542.8227.39-
YUV33.36191.57139.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 146 (57.42% from 255) = 73.37%
R=25.13%
G=1.51%
B=73.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5031460.660.9800.43259.7295.9729.22
Hex32392426202B104601d
Octal62322210214205340414035
Binary1100101110010010100001011000100101011100000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320392; }

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

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

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

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

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

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

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

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