#350A8E

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

Shades of Persian Indigo #350A8E

Tints of Persian Indigo #350A8E

Color information

#350A8E (or 0x350A8E) is unknown color: approx Persian Indigo. HEX triplet: 35, 0A and 8E. RGB value is (53,10,142). Sum of RGB (Red+Green+Blue) = 53+10+142=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #350A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350A8E is #CAF571. Grayscale: #252525. Windows color (decimal): -13301106 or 9308725. OLE color: 9308725.

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

Color convert

RGB5310142-
CMYK0.630.9300.44
HSL259.55º86.84%29.8%-
HSV(B)259.55º92.96%55.69%-
XYZ6.462.9325.82-
YUV37.9186.75138.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=25.85%
G=4.88%
B=69.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53101420.630.9300.44259.5586.8429.8
Hex35A8E3F5D02C104571e
Octal65122167713505440412736
Binary11010110101000111011111110111010101100100000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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