#322782

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

Shades of Persian Indigo #322782

Tints of Persian Indigo #322782

Color information

#322782 (or 0x322782) is unknown color: approx Persian Indigo. HEX triplet: 32, 27 and 82. RGB value is (50,39,130). Sum of RGB (Red+Green+Blue) = 50+39+130=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #322782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322782 is #CDD87D. Grayscale: #343434. Windows color (decimal): -13490302 or 8529714. OLE color: 8529714.

HSL color Cylindrical-coordinate representation of color #322782: hue angle of 247.25º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322782 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5039130-
CMYK0.620.7000.49
HSL247.25º53.85%33.14%-
HSV(B)247.25º70%50.98%-
XYZ6.073.7421.52-
YUV52.66171.64126.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=22.83%
G=17.81%
B=59.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50391300.620.7000.49247.2553.8533.14
Hex3227823E46031f73621
Octal6247202761060613676641
Binary110010100111100000101111101000110011000111110111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322782; }

 p { color: rgb(50,39,130); }

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

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

 a { background-color: rgb(50,39,130); }

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

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

 span { border-color: rgb(50,39,130); }

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