#352782

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

Shades of Persian Indigo #352782

Tints of Persian Indigo #352782

Color information

#352782 (or 0x352782) is unknown color: approx Persian Indigo. HEX triplet: 35, 27 and 82. RGB value is (53,39,130). Sum of RGB (Red+Green+Blue) = 53+39+130=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #352782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352782 is #CAD87D. Grayscale: #353535. Windows color (decimal): -13293694 or 8529717. OLE color: 8529717.

HSL color Cylindrical-coordinate representation of color #352782: hue angle of 249.23º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352782 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5339130-
CMYK0.590.7000.49
HSL249.23º53.85%33.14%-
HSV(B)249.23º70%50.98%-
XYZ6.223.8221.53-
YUV53.56171.14127.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 130 (51.17% from 255) = 58.56%
R=23.87%
G=17.57%
B=58.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53391300.590.7000.49249.2353.8533.14
Hex3527823B46031f93621
Octal6547202731060613716641
Binary110101100111100000101110111000110011000111111001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352782; }

 p { color: rgb(53,39,130); }

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

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

 a { background-color: rgb(53,39,130); }

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

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

 span { border-color: rgb(53,39,130); }

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