#351096

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

Shades of Persian Indigo #351096

Tints of Persian Indigo #351096

Color information

#351096 (or 0x351096) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 96. RGB value is (53,16,150). Sum of RGB (Red+Green+Blue) = 53+16+150=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #351096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351096 is #CAEF69. Grayscale: #292929. Windows color (decimal): -13299562 or 9834549. OLE color: 9834549.

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

Color convert

RGB5316150-
CMYK0.650.8900.41
HSL256.57º80.72%32.55%-
HSV(B)256.57º89.33%58.82%-
XYZ7.163.3329.12-
YUV42.34188.76135.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=24.20%
G=7.31%
B=68.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53161500.650.8900.41256.5780.7232.55
Hex35109641590291015121
Octal652022610113105140112141
Binary11010110000100101101000001101100101010011000000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351096; }

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

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

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

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

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

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

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

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