#321984

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

Shades of Persian Indigo #321984

Tints of Persian Indigo #321984

Color information

#321984 (or 0x321984) is unknown color: approx Persian Indigo. HEX triplet: 32, 19 and 84. RGB value is (50,25,132). Sum of RGB (Red+Green+Blue) = 50+25+132=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #321984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321984 is #CDE67B. Grayscale: #2C2C2C. Windows color (decimal): -13493884 or 8657202. OLE color: 8657202.

HSL color Cylindrical-coordinate representation of color #321984: hue angle of 254.02º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321984 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5025132-
CMYK0.620.8100.48
HSL254.02º68.15%30.78%-
HSV(B)254.02º81.06%51.76%-
XYZ5.833.0422.11-
YUV44.67177.28131.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=24.15%
G=12.08%
B=63.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50251320.620.8100.48254.0268.1530.78
Hex3219843E51030fe441f
Octal62312047612106037610437
Binary11001011001100001001111101010001011000011111110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321984; }

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

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

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

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

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

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

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

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