#351176

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

Shades of Persian Indigo #351176

Tints of Persian Indigo #351176

Color information

#351176 (or 0x351176) is unknown color: approx Persian Indigo. HEX triplet: 35, 11 and 76. RGB value is (53,17,118). Sum of RGB (Red+Green+Blue) = 53+17+118=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #351176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351176 is #CAEE89. Grayscale: #262626. Windows color (decimal): -13299338 or 7737653. OLE color: 7737653.

HSL color Cylindrical-coordinate representation of color #351176: hue angle of 261.39º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351176 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5317118-
CMYK0.550.8600.54
HSL261.39º74.81%26.47%-
HSV(B)261.39º85.59%46.27%-
XYZ4.942.4717.36-
YUV39.28172.43137.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 118 (46.48% from 255) = 62.77%
R=28.19%
G=9.04%
B=62.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53171180.550.8600.54261.3974.8126.47
Hex35117637560361054b1a
Octal65211666712606640511332
Binary11010110001111011011011110101100110110100000101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351176; }

 p { color: rgb(53,17,118); }

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

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

 a { background-color: rgb(53,17,118); }

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

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

 span { border-color: rgb(53,17,118); }

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