#352784

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

Shades of Persian Indigo #352784

Tints of Persian Indigo #352784

Color information

#352784 (or 0x352784) is unknown color: approx Persian Indigo. HEX triplet: 35, 27 and 84. RGB value is (53,39,132). Sum of RGB (Red+Green+Blue) = 53+39+132=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #352784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352784 is #CAD87B. Grayscale: #353535. Windows color (decimal): -13293692 or 8660789. OLE color: 8660789.

HSL color Cylindrical-coordinate representation of color #352784: hue angle of 249.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352784 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5339132-
CMYK0.600.7000.48
HSL249.03º54.39%33.53%-
HSV(B)249.03º70.45%51.76%-
XYZ6.363.8722.24-
YUV53.79172.14127.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=23.66%
G=17.41%
B=58.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53391320.600.7000.48249.0354.3933.53
Hex3527843C46030f93622
Octal6547204741060603716642
Binary110101100111100001001111001000110011000011111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352784; }

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

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

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

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

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

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

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

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