#352589

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

Shades of Persian Indigo #352589

Tints of Persian Indigo #352589

Color information

#352589 (or 0x352589) is unknown color: approx Persian Indigo. HEX triplet: 35, 25 and 89. RGB value is (53,37,137). Sum of RGB (Red+Green+Blue) = 53+37+137=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #352589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352589 is #CADA76. Grayscale: #343434. Windows color (decimal): -13294199 or 8987957. OLE color: 8987957.

HSL color Cylindrical-coordinate representation of color #352589: hue angle of 249.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352589 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5337137-
CMYK0.610.7300.46
HSL249.6º57.47%34.12%-
HSV(B)249.6º72.99%53.73%-
XYZ6.653.8924.07-
YUV53.18175.3127.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=23.35%
G=16.30%
B=60.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53371370.610.7300.46249.657.4734.12
Hex3525893D4902Efa3922
Octal6545211751110563727142
Binary110101100101100010011111011001001010111011111010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352589; }

 p { color: rgb(53,37,137); }

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

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

 a { background-color: rgb(53,37,137); }

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

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

 span { border-color: rgb(53,37,137); }

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