#352380

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

Shades of Persian Indigo #352380

Tints of Persian Indigo #352380

Color information

#352380 (or 0x352380) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 80. RGB value is (53,35,128). Sum of RGB (Red+Green+Blue) = 53+35+128=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #352380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352380 is #CADC7F. Grayscale: #323232. Windows color (decimal): -13294720 or 8397621. OLE color: 8397621.

HSL color Cylindrical-coordinate representation of color #352380: hue angle of 251.61º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352380 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5335128-
CMYK0.590.7300.50
HSL251.61º57.06%31.96%-
HSV(B)251.61º72.66%50.2%-
XYZ5.973.5220.79-
YUV50.98171.46129.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 128 (50.39% from 255) = 59.26%
R=24.54%
G=16.20%
B=59.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53351280.590.7300.50251.6157.0631.96
Hex3523803B49032fc3920
Octal6543200731110623747140
Binary110101100011100000001110111001001011001011111100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352380; }

 p { color: rgb(53,35,128); }

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

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

 a { background-color: rgb(53,35,128); }

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

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

 span { border-color: rgb(53,35,128); }

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