#352175

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

Shades of Persian Indigo #352175

Tints of Persian Indigo #352175

Color information

#352175 (or 0x352175) is unknown color: approx Persian Indigo. HEX triplet: 35, 21 and 75. RGB value is (53,33,117). Sum of RGB (Red+Green+Blue) = 53+33+117=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #352175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352175 is #CADE8A. Grayscale: #303030. Windows color (decimal): -13295243 or 7676213. OLE color: 7676213.

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

Color convert

RGB5333117-
CMYK0.550.7200.54
HSL254.29º56%29.41%-
HSV(B)254.29º71.79%45.88%-
XYZ5.223.1317.16-
YUV48.56166.63131.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=26.11%
G=16.26%
B=57.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53331170.550.7200.54254.295629.41
Hex3521753748036fe381d
Octal6541165671100663767035
Binary1101011000011110101110111100100001101101111111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352175; }

 p { color: rgb(53,33,117); }

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

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

 a { background-color: rgb(53,33,117); }

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

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

 span { border-color: rgb(53,33,117); }

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