#351870

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

Shades of Persian Indigo #351870

Tints of Persian Indigo #351870

Color information

#351870 (or 0x351870) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 70. RGB value is (53,24,112). Sum of RGB (Red+Green+Blue) = 53+24+112=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #351870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351870 is #CAE78F. Grayscale: #2A2A2A. Windows color (decimal): -13297552 or 7346229. OLE color: 7346229.

HSL color Cylindrical-coordinate representation of color #351870: hue angle of 259.77º 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 #351870 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5324112-
CMYK0.530.7900.56
HSL259.77º64.71%26.67%-
HSV(B)259.77º78.57%43.92%-
XYZ4.722.5815.58-
YUV42.7167.11135.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=28.04%
G=12.70%
B=59.26%

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
Decimal53241120.530.7900.56259.7764.7126.67
Hex351870354F038104411b
Octal65301606511707040410133
Binary11010111000111000011010110011110111000100000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351870; }

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

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

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

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

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

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

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

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