#351071

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

Shades of Persian Indigo #351071

Tints of Persian Indigo #351071

Color information

#351071 (or 0x351071) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 71. RGB value is (53,16,113). Sum of RGB (Red+Green+Blue) = 53+16+113=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #351071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351071 is #CAEF8E. Grayscale: #252525. Windows color (decimal): -13299599 or 7409717. OLE color: 7409717.

HSL color Cylindrical-coordinate representation of color #351071: hue angle of 262.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351071 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5316113-
CMYK0.530.8600.56
HSL262.89º75.19%25.29%-
HSV(B)262.89º85.84%44.31%-
XYZ4.632.3215.83-
YUV38.12170.26138.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 113 (44.53% from 255) = 62.09%
R=29.12%
G=8.79%
B=62.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53161130.530.8600.56262.8975.1925.29
Hex35107135560381074b19
Octal65201616512607040711331
Binary11010110000111000111010110101100111000100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351071; }

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

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

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

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

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

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

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

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