#351871

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

Shades of Persian Indigo #351871

Tints of Persian Indigo #351871

Color information

#351871 (or 0x351871) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 71. RGB value is (53,24,113). Sum of RGB (Red+Green+Blue) = 53+24+113=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #351871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351871 is #CAE78E. Grayscale: #2A2A2A. Windows color (decimal): -13297551 or 7411765. OLE color: 7411765.

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

Color convert

RGB5324113-
CMYK0.530.7900.56
HSL259.55º64.96%26.86%-
HSV(B)259.55º78.76%44.31%-
XYZ4.782.615.87-
YUV42.82167.61135.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=27.89%
G=12.63%
B=59.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53241130.530.7900.56259.5564.9626.86
Hex351871354F038104411b
Octal65301616511707040410133
Binary11010111000111000111010110011110111000100000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351871; }

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

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

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

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

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

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

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

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