#351E87

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

Shades of Persian Indigo #351E87

Tints of Persian Indigo #351E87

Color information

#351E87 (or 0x351E87) is unknown color: approx Persian Indigo. HEX triplet: 35, 1E and 87. RGB value is (53,30,135). Sum of RGB (Red+Green+Blue) = 53+30+135=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #351E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351E87 is #CAE178. Grayscale: #303030. Windows color (decimal): -13295993 or 8855093. OLE color: 8855093.

HSL color Cylindrical-coordinate representation of color #351E87: hue angle of 253.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351E87 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5330135-
CMYK0.610.7800.47
HSL253.14º63.64%32.35%-
HSV(B)253.14º77.78%52.94%-
XYZ6.313.4323.25-
YUV48.85176.62130.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 135 (53.12% from 255) = 61.93%
R=24.31%
G=13.76%
B=61.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53301350.610.7800.47253.1463.6432.35
Hex351E873D4E02Ffd4020
Octal65362077511605737510040
Binary110101111101000011111110110011100101111111111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351E87; }

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

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

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

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

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

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

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

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