#320394

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

Shades of Persian Indigo #320394

Tints of Persian Indigo #320394

Color information

#320394 (or 0x320394) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 94. RGB value is (50,3,148). Sum of RGB (Red+Green+Blue) = 50+3+148=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #320394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320394 is #CDFC6B. Grayscale: #212121. Windows color (decimal): -13499500 or 9700146. OLE color: 9700146.

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

Color convert

RGB503148-
CMYK0.660.9800.42
HSL259.45º96.03%29.61%-
HSV(B)259.45º97.97%58.04%-
XYZ6.692.8828.22-
YUV33.58192.57139.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=24.88%
G=1.49%
B=73.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5031480.660.9800.42259.4596.0329.61
Hex32394426202A103601e
Octal62322410214205240314036
Binary1100101110010100100001011000100101010100000011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320394; }

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

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

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

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

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

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

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

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