#352095

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

Shades of Persian Indigo #352095

Tints of Persian Indigo #352095

Color information

#352095 (or 0x352095) is unknown color: approx Persian Indigo. HEX triplet: 35, 20 and 95. RGB value is (53,32,149). Sum of RGB (Red+Green+Blue) = 53+32+149=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #352095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352095 is #CADF6A. Grayscale: #333333. Windows color (decimal): -13295467 or 9773109. OLE color: 9773109.

HSL color Cylindrical-coordinate representation of color #352095: hue angle of 250.77º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352095 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5332149-
CMYK0.640.7900.42
HSL250.77º64.64%35.49%-
HSV(B)250.77º78.52%58.43%-
XYZ7.413.9628.81-
YUV51.62182.96128.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=22.65%
G=13.68%
B=63.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53321490.640.7900.42250.7764.6435.49
Hex352095404F02Afb4123
Octal654022510011705237310143
Binary11010110000010010101100000010011110101010111110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352095; }

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

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

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

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

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

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

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

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