#351D78

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

Shades of Persian Indigo #351D78

Tints of Persian Indigo #351D78

Color information

#351D78 (or 0x351D78) is unknown color: approx Persian Indigo. HEX triplet: 35, 1D and 78. RGB value is (53,29,120). Sum of RGB (Red+Green+Blue) = 53+29+120=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #351D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D78 is #CAE287. Grayscale: #2E2E2E. Windows color (decimal): -13296264 or 7871797. OLE color: 7871797.

HSL color Cylindrical-coordinate representation of color #351D78: hue angle of 255.82º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351D78 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5329120-
CMYK0.560.7600.53
HSL255.82º61.07%29.22%-
HSV(B)255.82º75.83%47.06%-
XYZ5.32.9918.07-
YUV46.55169.45132.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=26.24%
G=14.36%
B=59.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53291200.560.7600.53255.8261.0729.22
Hex351D78384C0351003d1d
Octal6535170701140654007535
Binary1101011110111110001110001001100011010110000000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351D78; }

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

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

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

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

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

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

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

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