#351671

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

Shades of Persian Indigo #351671

Tints of Persian Indigo #351671

Color information

#351671 (or 0x351671) is unknown color: approx Persian Indigo. HEX triplet: 35, 16 and 71. RGB value is (53,22,113). Sum of RGB (Red+Green+Blue) = 53+22+113=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #351671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351671 is #CAE98E. Grayscale: #292929. Windows color (decimal): -13298063 or 7411253. OLE color: 7411253.

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

Color convert

RGB5322113-
CMYK0.530.8100.56
HSL260.44º67.41%26.47%-
HSV(B)260.44º80.53%44.31%-
XYZ4.742.5215.86-
YUV41.64168.27136.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 113 (44.53% from 255) = 60.11%
R=28.19%
G=11.70%
B=60.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53221130.530.8100.56260.4467.4126.47
Hex3516713551038104431a
Octal65261616512107040410332
Binary11010110110111000111010110100010111000100000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351671; }

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

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

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

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

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

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

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

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