#350596

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

Shades of Persian Indigo #350596

Tints of Persian Indigo #350596

Color information

#350596 (or 0x350596) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 96. RGB value is (53,5,150). Sum of RGB (Red+Green+Blue) = 53+5+150=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #350596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350596 is #CAFA69. Grayscale: #232323. Windows color (decimal): -13302378 or 9831733. OLE color: 9831733.

HSL color Cylindrical-coordinate representation of color #350596: hue angle of 259.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350596 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB535150-
CMYK0.650.9700.41
HSL259.86º93.55%30.39%-
HSV(B)259.86º96.67%58.82%-
XYZ7.033.0729.08-
YUV35.88192.4140.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 150 (58.98% from 255) = 72.12%
R=25.48%
G=2.40%
B=72.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5351500.650.9700.41259.8693.5530.39
Hex3559641610291045e1e
Octal65522610114105140413636
Binary11010110110010110100000111000010101001100000100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350596; }

 p { color: rgb(53,5,150); }

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

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

 a { background-color: rgb(53,5,150); }

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

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

 span { border-color: rgb(53,5,150); }

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