#350FA0

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

Shades of Persian Indigo #350FA0

Tints of Persian Indigo #350FA0

Color information

#350FA0 (or 0x350FA0) is unknown color: approx Persian Indigo. HEX triplet: 35, 0F and A0. RGB value is (53,15,160). Sum of RGB (Red+Green+Blue) = 53+15+160=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #350FA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350FA0 is #CAF05F. Grayscale: #2A2A2A. Windows color (decimal): -13299808 or 10489653. OLE color: 10489653.

HSL color Cylindrical-coordinate representation of color #350FA0: hue angle of 255.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350FA0 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5315160-
CMYK0.670.9100.37
HSL255.72º82.86%34.31%-
HSV(B)255.72º90.62%62.75%-
XYZ7.983.6433.54-
YUV42.89194.09135.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 160 (62.89% from 255) = 70.18%
R=23.25%
G=6.58%
B=70.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53151600.670.9100.37255.7282.8634.31
Hex35FA0435B0251005322
Octal651724010313304540012342
Binary1101011111101000001000011101101101001011000000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,15,160); }

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

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

 a { background-color: rgb(53,15,160); }

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

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

 span { border-color: rgb(53,15,160); }

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