#322688

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

Shades of Persian Indigo #322688

Tints of Persian Indigo #322688

Color information

#322688 (or 0x322688) is unknown color: approx Persian Indigo. HEX triplet: 32, 26 and 88. RGB value is (50,38,136). Sum of RGB (Red+Green+Blue) = 50+38+136=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #322688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322688 is #CDD977. Grayscale: #343434. Windows color (decimal): -13490552 or 8922674. OLE color: 8922674.

HSL color Cylindrical-coordinate representation of color #322688: hue angle of 247.35º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #322688 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5038136-
CMYK0.630.7200.47
HSL247.35º56.32%34.12%-
HSV(B)247.35º72.06%53.33%-
XYZ6.453.8423.69-
YUV52.76174.98126.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 136 (53.52% from 255) = 60.71%
R=22.32%
G=16.96%
B=60.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50381360.630.7200.47247.3556.3234.12
Hex3226883F4802Ff73822
Octal6246210771100573677042
Binary110010100110100010001111111001000010111111110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322688; }

 p { color: rgb(50,38,136); }

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

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

 a { background-color: rgb(50,38,136); }

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

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

 span { border-color: rgb(50,38,136); }

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