#352577

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

Shades of Persian Indigo #352577

Tints of Persian Indigo #352577

Color information

#352577 (or 0x352577) is unknown color: approx Persian Indigo. HEX triplet: 35, 25 and 77. RGB value is (53,37,119). Sum of RGB (Red+Green+Blue) = 53+37+119=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #352577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352577 is #CADA88. Grayscale: #323232. Windows color (decimal): -13294217 or 7808309. OLE color: 7808309.

HSL color Cylindrical-coordinate representation of color #352577: hue angle of 251.71º 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 #352577 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5337119-
CMYK0.550.6900.53
HSL251.71º52.56%30.59%-
HSV(B)251.71º68.91%46.67%-
XYZ5.463.4117.82-
YUV51.13166.3129.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=25.36%
G=17.70%
B=56.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53371190.550.6900.53251.7152.5630.59
Hex3525773745035fc351f
Octal6545167671050653746537
Binary1101011001011110111110111100010101101011111110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352577; }

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

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

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

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

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

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

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

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