#351578

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

Shades of Persian Indigo #351578

Tints of Persian Indigo #351578

Color information

#351578 (or 0x351578) is unknown color: approx Persian Indigo. HEX triplet: 35, 15 and 78. RGB value is (53,21,120). Sum of RGB (Red+Green+Blue) = 53+21+120=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #351578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351578 is #CAEA87. Grayscale: #292929. Windows color (decimal): -13298312 or 7869749. OLE color: 7869749.

HSL color Cylindrical-coordinate representation of color #351578: hue angle of 259.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351578 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5321120-
CMYK0.560.8300.53
HSL259.39º70.21%27.65%-
HSV(B)259.39º82.5%47.06%-
XYZ5.132.6518.01-
YUV41.85172.1135.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=27.32%
G=10.82%
B=61.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53211200.560.8300.53259.3970.2127.65
Hex3515783853035103461c
Octal65251707012306540310634
Binary11010110101111100011100010100110110101100000011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351578; }

 p { color: rgb(53,21,120); }

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

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

 a { background-color: rgb(53,21,120); }

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

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

 span { border-color: rgb(53,21,120); }

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