#322683

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

Shades of Persian Indigo #322683

Tints of Persian Indigo #322683

Color information

#322683 (or 0x322683) is unknown color: approx Persian Indigo. HEX triplet: 32, 26 and 83. RGB value is (50,38,131). Sum of RGB (Red+Green+Blue) = 50+38+131=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #322683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322683 is #CDD97C. Grayscale: #333333. Windows color (decimal): -13490557 or 8594994. OLE color: 8594994.

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

Color convert

RGB5038131-
CMYK0.620.7100.49
HSL247.74º55.03%33.14%-
HSV(B)247.74º70.99%51.37%-
XYZ6.113.721.87-
YUV52.19172.48126.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 131 (51.56% from 255) = 59.82%
R=22.83%
G=17.35%
B=59.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50381310.620.7100.49247.7455.0333.14
Hex3226833E47031f83721
Octal6246203761070613706741
Binary110010100110100000111111101000111011000111111000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322683; }

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

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

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

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

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

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

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

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