#352381

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

Shades of Persian Indigo #352381

Tints of Persian Indigo #352381

Color information

#352381 (or 0x352381) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 81. RGB value is (53,35,129). Sum of RGB (Red+Green+Blue) = 53+35+129=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #352381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352381 is #CADC7E. Grayscale: #323232. Windows color (decimal): -13294719 or 8463157. OLE color: 8463157.

HSL color Cylindrical-coordinate representation of color #352381: hue angle of 251.49º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352381 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5335129-
CMYK0.590.7300.49
HSL251.49º57.32%32.16%-
HSV(B)251.49º72.87%50.59%-
XYZ6.033.5421.14-
YUV51.1171.96129.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 129 (50.78% from 255) = 59.45%
R=24.42%
G=16.13%
B=59.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53351290.590.7300.49251.4957.3232.16
Hex3523813B49031fb3920
Octal6543201731110613737140
Binary110101100011100000011110111001001011000111111011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352381; }

 p { color: rgb(53,35,129); }

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

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

 a { background-color: rgb(53,35,129); }

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

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

 span { border-color: rgb(53,35,129); }

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