#321880

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

Shades of Persian Indigo #321880

Tints of Persian Indigo #321880

Color information

#321880 (or 0x321880) is unknown color: approx Persian Indigo. HEX triplet: 32, 18 and 80. RGB value is (50,24,128). Sum of RGB (Red+Green+Blue) = 50+24+128=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #321880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321880 is #CDE77F. Grayscale: #2B2B2B. Windows color (decimal): -13494144 or 8394802. OLE color: 8394802.

HSL color Cylindrical-coordinate representation of color #321880: hue angle of 255º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321880 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5024128-
CMYK0.610.8100.50
HSL255º68.42%29.8%-
HSV(B)255º81.25%50.2%-
XYZ5.542.8920.69-
YUV43.63175.61132.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 128 (50.39% from 255) = 63.37%
R=24.75%
G=11.88%
B=63.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50241280.610.8100.5025568.4229.8
Hex3218803D51032ff441e
Octal62302007512106237710436
Binary11001011000100000001111011010001011001011111111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321880; }

 p { color: rgb(50,24,128); }

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

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

 a { background-color: rgb(50,24,128); }

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

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

 span { border-color: rgb(50,24,128); }

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