#350876

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

Shades of Persian Indigo #350876

Tints of Persian Indigo #350876

Color information

#350876 (or 0x350876) is unknown color: approx Persian Indigo. HEX triplet: 35, 08 and 76. RGB value is (53,8,118). Sum of RGB (Red+Green+Blue) = 53+8+118=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #350876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350876 is #CAF789. Grayscale: #212121. Windows color (decimal): -13301642 or 7735349. OLE color: 7735349.

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

Color convert

RGB538118-
CMYK0.550.9300.54
HSL264.55º87.3%24.71%-
HSV(B)264.55º93.22%46.27%-
XYZ4.832.2417.32-
YUV33.99175.41141.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=29.61%
G=4.47%
B=65.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5381180.550.9300.54264.5587.324.71
Hex35876375D0361095719
Octal65101666713506641112731
Binary1101011000111011011011110111010110110100001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350876; }

 p { color: rgb(53,8,118); }

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

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

 a { background-color: rgb(53,8,118); }

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

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

 span { border-color: rgb(53,8,118); }

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