#350991

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

Shades of Persian Indigo #350991

Tints of Persian Indigo #350991

Color information

#350991 (or 0x350991) is unknown color: approx Persian Indigo. HEX triplet: 35, 09 and 91. RGB value is (53,9,145). Sum of RGB (Red+Green+Blue) = 53+9+145=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #350991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350991 is #CAF66E. Grayscale: #252525. Windows color (decimal): -13301359 or 9505077. OLE color: 9505077.

HSL color Cylindrical-coordinate representation of color #350991: hue angle of 259.41º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350991 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB539145-
CMYK0.630.9400.43
HSL259.41º88.31%30.2%-
HSV(B)259.41º93.79%56.86%-
XYZ6.68327.01-
YUV37.66188.58138.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=25.60%
G=4.35%
B=70.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5391450.630.9400.43259.4188.3130.2
Hex359913F5E02B103581e
Octal65112217713605340313036
Binary11010110011001000111111110111100101011100000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350991; }

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

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

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

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

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

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

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

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