#321972

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

Shades of Persian Indigo #321972

Tints of Persian Indigo #321972

Color information

#321972 (or 0x321972) is unknown color: approx Persian Indigo. HEX triplet: 32, 19 and 72. RGB value is (50,25,114). Sum of RGB (Red+Green+Blue) = 50+25+114=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #321972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321972 is #CDE68D. Grayscale: #2A2A2A. Windows color (decimal): -13493902 or 7477554. OLE color: 7477554.

HSL color Cylindrical-coordinate representation of color #321972: hue angle of 256.85º 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 #321972 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5025114-
CMYK0.560.7800.55
HSL256.85º64.03%27.25%-
HSV(B)256.85º78.07%44.71%-
XYZ4.72.5916.17-
YUV42.62168.28133.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=26.46%
G=13.23%
B=60.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50251140.560.7800.55256.8564.0327.25
Hex321972384E037101401b
Octal62311627011606740110033
Binary11001011001111001011100010011100110111100000001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321972; }

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

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

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

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

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

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

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

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