#352081

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

Shades of Persian Indigo #352081

Tints of Persian Indigo #352081

Color information

#352081 (or 0x352081) is unknown color: approx Persian Indigo. HEX triplet: 35, 20 and 81. RGB value is (53,32,129). Sum of RGB (Red+Green+Blue) = 53+32+129=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #352081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352081 is #CADF7E. Grayscale: #303030. Windows color (decimal): -13295487 or 8462389. OLE color: 8462389.

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

Color convert

RGB5332129-
CMYK0.590.7500.49
HSL252.99º60.25%31.57%-
HSV(B)252.99º75.19%50.59%-
XYZ5.953.3721.11-
YUV49.34172.96130.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 129 (50.78% from 255) = 60.28%
R=24.77%
G=14.95%
B=60.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53321290.590.7500.49252.9960.2531.57
Hex3520813B4B031fd3c20
Octal6540201731130613757440
Binary110101100000100000011110111001011011000111111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352081; }

 p { color: rgb(53,32,129); }

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

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

 a { background-color: rgb(53,32,129); }

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

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

 span { border-color: rgb(53,32,129); }

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