#352277

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

Shades of Persian Indigo #352277

Tints of Persian Indigo #352277

Color information

#352277 (or 0x352277) is unknown color: approx Persian Indigo. HEX triplet: 35, 22 and 77. RGB value is (53,34,119). Sum of RGB (Red+Green+Blue) = 53+34+119=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #352277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352277 is #CADD88. Grayscale: #313131. Windows color (decimal): -13294985 or 7807541. OLE color: 7807541.

HSL color Cylindrical-coordinate representation of color #352277: hue angle of 253.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #352277 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5334119-
CMYK0.550.7100.53
HSL253.41º55.56%30%-
HSV(B)253.41º71.43%46.67%-
XYZ5.373.2317.79-
YUV49.37167.29130.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=25.73%
G=16.50%
B=57.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53341190.550.7100.53253.4155.5630
Hex3522773747035fd381e
Octal6542167671070653757036
Binary1101011000101110111110111100011101101011111110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352277; }

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

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

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

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

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

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

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

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