#352578

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

Shades of Persian Indigo #352578

Tints of Persian Indigo #352578

Color information

#352578 (or 0x352578) is unknown color: approx Persian Indigo. HEX triplet: 35, 25 and 78. RGB value is (53,37,120). Sum of RGB (Red+Green+Blue) = 53+37+120=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #352578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352578 is #CADA87. Grayscale: #323232. Windows color (decimal): -13294216 or 7873845. OLE color: 7873845.

HSL color Cylindrical-coordinate representation of color #352578: hue angle of 251.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352578 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5337120-
CMYK0.560.6900.53
HSL251.57º52.87%30.78%-
HSV(B)251.57º69.17%47.06%-
XYZ5.523.4418.14-
YUV51.25166.8129.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=25.24%
G=17.62%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53371200.560.6900.53251.5752.8730.78
Hex3525783845035fc351f
Octal6545170701050653746537
Binary1101011001011111000111000100010101101011111110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352578; }

 p { color: rgb(53,37,120); }

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

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

 a { background-color: rgb(53,37,120); }

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

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

 span { border-color: rgb(53,37,120); }

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