#322075

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

Shades of Persian Indigo #322075

Tints of Persian Indigo #322075

Color information

#322075 (or 0x322075) is unknown color: approx Persian Indigo. HEX triplet: 32, 20 and 75. RGB value is (50,32,117). Sum of RGB (Red+Green+Blue) = 50+32+117=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #322075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322075 is #CDDF8A. Grayscale: #2E2E2E. Windows color (decimal): -13492107 or 7675954. OLE color: 7675954.

HSL color Cylindrical-coordinate representation of color #322075: hue angle of 252.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322075 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5032117-
CMYK0.570.7300.54
HSL252.71º57.05%29.22%-
HSV(B)252.71º72.65%45.88%-
XYZ5.04317.14-
YUV47.07167.46130.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=25.13%
G=16.08%
B=58.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50321170.570.7300.54252.7157.0529.22
Hex3220753949036fd391d
Octal6240165711110663757135
Binary1100101000001110101111001100100101101101111110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322075; }

 p { color: rgb(50,32,117); }

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

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

 a { background-color: rgb(50,32,117); }

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

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

 span { border-color: rgb(50,32,117); }

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