#352687

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

Shades of Persian Indigo #352687

Tints of Persian Indigo #352687

Color information

#352687 (or 0x352687) is unknown color: approx Persian Indigo. HEX triplet: 35, 26 and 87. RGB value is (53,38,135). Sum of RGB (Red+Green+Blue) = 53+38+135=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #352687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352687 is #CAD978. Grayscale: #353535. Windows color (decimal): -13293945 or 8857141. OLE color: 8857141.

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

Color convert

RGB5338135-
CMYK0.610.7200.47
HSL249.28º56.07%33.92%-
HSV(B)249.28º71.85%52.94%-
XYZ6.533.8923.33-
YUV53.54173.97127.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=23.45%
G=16.81%
B=59.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53381350.610.7200.47249.2856.0733.92
Hex3526873D4802Ff93822
Octal6546207751100573717042
Binary110101100110100001111111011001000010111111111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352687; }

 p { color: rgb(53,38,135); }

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

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

 a { background-color: rgb(53,38,135); }

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

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

 span { border-color: rgb(53,38,135); }

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