#352393

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

Shades of Persian Indigo #352393

Tints of Persian Indigo #352393

Color information

#352393 (or 0x352393) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 93. RGB value is (53,35,147). Sum of RGB (Red+Green+Blue) = 53+35+147=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #352393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352393 is #CADC6C. Grayscale: #343434. Windows color (decimal): -13294701 or 9642805. OLE color: 9642805.

HSL color Cylindrical-coordinate representation of color #352393: hue angle of 249.64º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352393 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5335147-
CMYK0.640.7600.42
HSL249.64º61.54%35.69%-
HSV(B)249.64º76.19%57.65%-
XYZ7.344.0728-
YUV53.15180.96127.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=22.55%
G=14.89%
B=62.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53351470.640.7600.42249.6461.5435.69
Hex352393404C02Afa3e24
Octal65432231001140523727644
Binary1101011000111001001110000001001100010101011111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352393; }

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

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

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

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

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

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

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

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