#352273

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

Shades of Persian Indigo #352273

Tints of Persian Indigo #352273

Color information

#352273 (or 0x352273) is unknown color: approx Persian Indigo. HEX triplet: 35, 22 and 73. RGB value is (53,34,115). Sum of RGB (Red+Green+Blue) = 53+34+115=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #352273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352273 is #CADD8C. Grayscale: #303030. Windows color (decimal): -13294989 or 7545397. OLE color: 7545397.

HSL color Cylindrical-coordinate representation of color #352273: hue angle of 254.07º degrees, saturation: 0.54, 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 #352273 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5334115-
CMYK0.540.7000.55
HSL254.07º54.36%29.22%-
HSV(B)254.07º70.43%45.1%-
XYZ5.133.1416.55-
YUV48.92165.29130.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=26.24%
G=16.83%
B=56.93%

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
Decimal53341150.540.7000.55254.0754.3629.22
Hex3522733646037fe361d
Octal6542163661060673766635
Binary1101011000101110011110110100011001101111111111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352273; }

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

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

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

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

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

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

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

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