#350A91

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

Shades of Persian Indigo #350A91

Tints of Persian Indigo #350A91

Color information

#350A91 (or 0x350A91) is unknown color: approx Persian Indigo. HEX triplet: 35, 0A and 91. RGB value is (53,10,145). Sum of RGB (Red+Green+Blue) = 53+10+145=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #350A91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350A91 is #CAF56E. Grayscale: #252525. Windows color (decimal): -13301103 or 9505333. OLE color: 9505333.

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

Color convert

RGB5310145-
CMYK0.630.9300.43
HSL259.11º87.1%30.39%-
HSV(B)259.11º93.1%56.86%-
XYZ6.693.0227.02-
YUV38.25188.25138.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=25.48%
G=4.81%
B=69.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53101450.630.9300.43259.1187.130.39
Hex35A913F5D02B103571e
Octal65122217713505340312736
Binary11010110101001000111111110111010101011100000011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350A91; }

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

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

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

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

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

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

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

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