#350A95

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

Shades of Persian Indigo #350A95

Tints of Persian Indigo #350A95

Color information

#350A95 (or 0x350A95) is unknown color: approx Persian Indigo. HEX triplet: 35, 0A and 95. RGB value is (53,10,149). Sum of RGB (Red+Green+Blue) = 53+10+149=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #350A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350A95 is #CAF56A. Grayscale: #262626. Windows color (decimal): -13301099 or 9767477. OLE color: 9767477.

HSL color Cylindrical-coordinate representation of color #350A95: hue angle of 258.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350A95 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5310149-
CMYK0.640.9300.42
HSL258.56º87.42%31.18%-
HSV(B)258.56º93.29%58.43%-
XYZ73.1428.67-
YUV38.7190.25138.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=25%
G=4.72%
B=70.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53101490.640.9300.42258.5687.4231.18
Hex35A95405D02A103571f
Octal651222510013505240312737
Binary110101101010010101100000010111010101010100000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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