#322285

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

Shades of Persian Indigo #322285

Tints of Persian Indigo #322285

Color information

#322285 (or 0x322285) is unknown color: approx Persian Indigo. HEX triplet: 32, 22 and 85. RGB value is (50,34,133). Sum of RGB (Red+Green+Blue) = 50+34+133=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #322285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322285 is #CDDD7A. Grayscale: #313131. Windows color (decimal): -13491579 or 8725042. OLE color: 8725042.

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

Color convert

RGB5034133-
CMYK0.620.7400.48
HSL249.7º59.28%32.75%-
HSV(B)249.7º74.44%52.16%-
XYZ6.123.5222.55-
YUV50.07174.8127.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=23.04%
G=15.67%
B=61.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50341330.620.7400.48249.759.2832.75
Hex3222853E4A030fa3b21
Octal6242205761120603727341
Binary110010100010100001011111101001010011000011111010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322285; }

 p { color: rgb(50,34,133); }

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

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

 a { background-color: rgb(50,34,133); }

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

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

 span { border-color: rgb(50,34,133); }

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