#351078

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

Shades of Persian Indigo #351078

Tints of Persian Indigo #351078

Color information

#351078 (or 0x351078) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 78. RGB value is (53,16,120). Sum of RGB (Red+Green+Blue) = 53+16+120=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #351078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351078 is #CAEF87. Grayscale: #262626. Windows color (decimal): -13299592 or 7868469. OLE color: 7868469.

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

Color convert

RGB5316120-
CMYK0.560.8700.53
HSL261.35º76.47%26.67%-
HSV(B)261.35º86.67%47.06%-
XYZ5.042.4817.98-
YUV38.92173.76138.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 120 (47.27% from 255) = 63.49%
R=28.04%
G=8.47%
B=63.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53161200.560.8700.53261.3576.4726.67
Hex35107838570351054c1b
Octal65201707012706540511433
Binary11010110000111100011100010101110110101100000101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351078; }

 p { color: rgb(53,16,120); }

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

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

 a { background-color: rgb(53,16,120); }

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

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

 span { border-color: rgb(53,16,120); }

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