#350A85

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

Shades of Persian Indigo #350A85

Tints of Persian Indigo #350A85

Color information

#350A85 (or 0x350A85) is unknown color: approx Persian Indigo. HEX triplet: 35, 0A and 85. RGB value is (53,10,133). Sum of RGB (Red+Green+Blue) = 53+10+133=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #350A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350A85 is #CAF57A. Grayscale: #242424. Windows color (decimal): -13301115 or 8718901. OLE color: 8718901.

HSL color Cylindrical-coordinate representation of color #350A85: hue angle of 260.98º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350A85 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5310133-
CMYK0.600.9200.48
HSL260.98º86.01%28.04%-
HSV(B)260.98º92.48%52.16%-
XYZ5.812.6722.4-
YUV36.88182.25139.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 133 (52.34% from 255) = 67.86%
R=27.04%
G=5.10%
B=67.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53101330.600.9200.48260.9886.0128.04
Hex35A853C5C030105561c
Octal65122057413406040512634
Binary11010110101000010111110010111000110000100000101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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