#352685

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

Shades of Persian Indigo #352685

Tints of Persian Indigo #352685

Color information

#352685 (or 0x352685) is unknown color: approx Persian Indigo. HEX triplet: 35, 26 and 85. RGB value is (53,38,133). Sum of RGB (Red+Green+Blue) = 53+38+133=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #352685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352685 is #CAD97A. Grayscale: #343434. Windows color (decimal): -13293947 or 8726069. OLE color: 8726069.

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

Color convert

RGB5338133-
CMYK0.600.7100.48
HSL249.47º55.56%33.53%-
HSV(B)249.47º71.43%52.16%-
XYZ6.393.8422.59-
YUV53.32172.97127.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=23.66%
G=16.96%
B=59.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53381330.600.7100.48249.4755.5633.53
Hex3526853C47030f93822
Octal6546205741070603717042
Binary110101100110100001011111001000111011000011111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352685; }

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

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

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

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

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

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

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

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