#321973

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

Shades of Persian Indigo #321973

Tints of Persian Indigo #321973

Color information

#321973 (or 0x321973) is unknown color: approx Persian Indigo. HEX triplet: 32, 19 and 73. RGB value is (50,25,115). Sum of RGB (Red+Green+Blue) = 50+25+115=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #321973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321973 is #CDE68C. Grayscale: #2A2A2A. Windows color (decimal): -13493901 or 7543090. OLE color: 7543090.

HSL color Cylindrical-coordinate representation of color #321973: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321973 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5025115-
CMYK0.570.7800.55
HSL256.67º64.29%27.45%-
HSV(B)256.67º78.26%45.1%-
XYZ4.762.6116.47-
YUV42.74168.78133.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=26.32%
G=13.16%
B=60.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50251150.570.7800.55256.6764.2927.45
Hex321973394E037101401b
Octal62311637111606740110033
Binary11001011001111001111100110011100110111100000001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321973; }

 p { color: rgb(50,25,115); }

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

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

 a { background-color: rgb(50,25,115); }

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

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

 span { border-color: rgb(50,25,115); }

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