#351D89

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

Shades of Persian Indigo #351D89

Tints of Persian Indigo #351D89

Color information

#351D89 (or 0x351D89) is unknown color: approx Persian Indigo. HEX triplet: 35, 1D and 89. RGB value is (53,29,137). Sum of RGB (Red+Green+Blue) = 53+29+137=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #351D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D89 is #CAE276. Grayscale: #303030. Windows color (decimal): -13296247 or 8985909. OLE color: 8985909.

HSL color Cylindrical-coordinate representation of color #351D89: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351D89 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5329137-
CMYK0.610.7900.46
HSL253.33º65.06%32.55%-
HSV(B)253.33º78.83%53.73%-
XYZ6.423.4423.99-
YUV48.49177.95131.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=24.20%
G=13.24%
B=62.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53291370.610.7900.46253.3365.0632.55
Hex351D893D4F02Efd4121
Octal65352117511705637510141
Binary110101111011000100111110110011110101110111111011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,137); }

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

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

 a { background-color: rgb(53,29,137); }

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

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

 span { border-color: rgb(53,29,137); }

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