#352072

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

Shades of Persian Indigo #352072

Tints of Persian Indigo #352072

Color information

#352072 (or 0x352072) is unknown color: approx Persian Indigo. HEX triplet: 35, 20 and 72. RGB value is (53,32,114). Sum of RGB (Red+Green+Blue) = 53+32+114=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #352072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352072 is #CADF8D. Grayscale: #2F2F2F. Windows color (decimal): -13295502 or 7479349. OLE color: 7479349.

HSL color Cylindrical-coordinate representation of color #352072: hue angle of 255.37º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352072 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5332114-
CMYK0.540.7200.55
HSL255.37º56.16%28.63%-
HSV(B)255.37º71.93%44.71%-
XYZ5.02316.23-
YUV47.63165.46131.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=26.63%
G=16.08%
B=57.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53321140.540.7200.55255.3756.1628.63
Hex3520723648037ff381d
Octal6540162661100673777035
Binary1101011000001110010110110100100001101111111111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352072; }

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

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

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

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

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

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

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

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