#350686

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

Shades of Persian Indigo #350686

Tints of Persian Indigo #350686

Color information

#350686 (or 0x350686) is unknown color: approx Persian Indigo. HEX triplet: 35, 06 and 86. RGB value is (53,6,134). Sum of RGB (Red+Green+Blue) = 53+6+134=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #350686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350686 is #CAF979. Grayscale: #222222. Windows color (decimal): -13302138 or 8783413. OLE color: 8783413.

HSL color Cylindrical-coordinate representation of color #350686: hue angle of 262.03º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350686 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB536134-
CMYK0.600.9600.47
HSL262.03º91.43%27.45%-
HSV(B)262.03º95.52%52.55%-
XYZ5.842.6122.75-
YUV34.64184.07141.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 134 (52.73% from 255) = 69.43%
R=27.46%
G=3.11%
B=69.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5361340.600.9600.47262.0391.4327.45
Hex356863C6002F1065b1b
Octal6562067414005740613333
Binary1101011101000011011110011000000101111100000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350686; }

 p { color: rgb(53,6,134); }

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

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

 a { background-color: rgb(53,6,134); }

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

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

 span { border-color: rgb(53,6,134); }

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