#352285

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

Shades of Persian Indigo #352285

Tints of Persian Indigo #352285

Color information

#352285 (or 0x352285) is unknown color: approx Persian Indigo. HEX triplet: 35, 22 and 85. RGB value is (53,34,133). Sum of RGB (Red+Green+Blue) = 53+34+133=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #352285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352285 is #CADD7A. Grayscale: #323232. Windows color (decimal): -13294971 or 8725045. OLE color: 8725045.

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

Color convert

RGB5334133-
CMYK0.600.7400.48
HSL251.52º59.28%32.75%-
HSV(B)251.52º74.44%52.16%-
XYZ6.273.5922.55-
YUV50.97174.29129.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 133 (52.34% from 255) = 60.45%
R=24.09%
G=15.45%
B=60.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53341330.600.7400.48251.5259.2832.75
Hex3522853C4A030fc3b21
Octal6542205741120603747341
Binary110101100010100001011111001001010011000011111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352285; }

 p { color: rgb(53,34,133); }

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

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

 a { background-color: rgb(53,34,133); }

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

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

 span { border-color: rgb(53,34,133); }

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