#352374

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

Shades of Persian Indigo #352374

Tints of Persian Indigo #352374

Color information

#352374 (or 0x352374) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 74. RGB value is (53,35,116). Sum of RGB (Red+Green+Blue) = 53+35+116=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #352374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352374 is #CADC8B. Grayscale: #313131. Windows color (decimal): -13294732 or 7611189. OLE color: 7611189.

HSL color Cylindrical-coordinate representation of color #352374: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352374 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5335116-
CMYK0.540.7000.55
HSL253.33º53.64%29.61%-
HSV(B)253.33º69.83%45.49%-
XYZ5.223.2216.87-
YUV49.62165.46130.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=25.98%
G=17.16%
B=56.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53351160.540.7000.55253.3353.6429.61
Hex3523743646037fd361e
Octal6543164661060673756636
Binary1101011000111110100110110100011001101111111110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352374; }

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

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

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

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

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

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

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

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