#352373

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

Shades of Persian Indigo #352373

Tints of Persian Indigo #352373

Color information

#352373 (or 0x352373) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 73. RGB value is (53,35,115). Sum of RGB (Red+Green+Blue) = 53+35+115=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #352373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352373 is #CADC8C. Grayscale: #313131. Windows color (decimal): -13294733 or 7545653. OLE color: 7545653.

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

Color convert

RGB5335115-
CMYK0.540.7000.55
HSL253.5º53.33%29.41%-
HSV(B)253.5º69.57%45.1%-
XYZ5.163.216.56-
YUV49.5164.96130.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=26.11%
G=17.24%
B=56.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53351150.540.7000.55253.553.3329.41
Hex3523733646037fe351d
Octal6543163661060673766535
Binary1101011000111110011110110100011001101111111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352373; }

 p { color: rgb(53,35,115); }

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

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

 a { background-color: rgb(53,35,115); }

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

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

 span { border-color: rgb(53,35,115); }

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