#351D91

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

Shades of Persian Indigo #351D91

Tints of Persian Indigo #351D91

Color information

#351D91 (or 0x351D91) is unknown color: approx Persian Indigo. HEX triplet: 35, 1D and 91. RGB value is (53,29,145). Sum of RGB (Red+Green+Blue) = 53+29+145=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #351D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351D91 is #CAE26E. Grayscale: #303030. Windows color (decimal): -13296239 or 9510197. OLE color: 9510197.

HSL color Cylindrical-coordinate representation of color #351D91: hue angle of 252.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351D91 is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5329145-
CMYK0.630.800.43
HSL252.41º66.67%34.12%-
HSV(B)252.41º80%56.86%-
XYZ7.023.6827.13-
YUV49.4181.95130.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 145 (57.03% from 255) = 63.88%
R=23.35%
G=12.78%
B=63.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53291450.630.800.43252.4166.6734.12
Hex351D913F5002Bfc4322
Octal65352217712005337410342
Binary110101111011001000111111110100000101011111111001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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