#352184

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

Shades of Persian Indigo #352184

Tints of Persian Indigo #352184

Color information

#352184 (or 0x352184) is unknown color: approx Persian Indigo. HEX triplet: 35, 21 and 84. RGB value is (53,33,132). Sum of RGB (Red+Green+Blue) = 53+33+132=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #352184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352184 is #CADE7B. Grayscale: #313131. Windows color (decimal): -13295228 or 8659253. OLE color: 8659253.

HSL color Cylindrical-coordinate representation of color #352184: hue angle of 252.12º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352184 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5333132-
CMYK0.600.7500.48
HSL252.12º60%32.35%-
HSV(B)252.12º75%51.76%-
XYZ6.183.5122.18-
YUV50.27174.13129.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=24.31%
G=15.14%
B=60.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53331320.600.7500.48252.126032.35
Hex3521843C4B030fc3c20
Octal6541204741130603747440
Binary110101100001100001001111001001011011000011111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352184; }

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

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

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

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

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

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

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

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