#352588

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

Shades of Persian Indigo #352588

Tints of Persian Indigo #352588

Color information

#352588 (or 0x352588) is unknown color: approx Persian Indigo. HEX triplet: 35, 25 and 88. RGB value is (53,37,136). Sum of RGB (Red+Green+Blue) = 53+37+136=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #352588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352588 is #CADA77. Grayscale: #343434. Windows color (decimal): -13294200 or 8922421. OLE color: 8922421.

HSL color Cylindrical-coordinate representation of color #352588: hue angle of 249.7º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352588 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5337136-
CMYK0.610.7300.47
HSL249.7º57.23%33.92%-
HSV(B)249.7º72.79%53.33%-
XYZ6.573.8623.69-
YUV53.07174.8127.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 136 (53.52% from 255) = 60.18%
R=23.45%
G=16.37%
B=60.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53371360.610.7300.47249.757.2333.92
Hex3525883D4902Ffa3922
Octal6545210751110573727142
Binary110101100101100010001111011001001010111111111010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352588; }

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

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

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

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

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

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

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

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