#310578

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

Shades of Persian Indigo #310578

Tints of Persian Indigo #310578

Color information

#310578 (or 0x310578) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 78. RGB value is (49,5,120). Sum of RGB (Red+Green+Blue) = 49+5+120=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #310578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310578 is #CEFA87. Grayscale: #1E1E1E. Windows color (decimal): -13564552 or 7865649. OLE color: 7865649.

HSL color Cylindrical-coordinate representation of color #310578: hue angle of 262.96º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310578 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB495120-
CMYK0.590.9600.53
HSL262.96º92%24.51%-
HSV(B)262.96º95.83%47.06%-
XYZ4.712.1217.93-
YUV31.27178.08140.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 120 (47.27% from 255) = 68.97%
R=28.16%
G=2.87%
B=68.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4951200.590.9600.53262.969224.51
Hex315783B600351075c19
Octal6151707314006540713431
Binary110001101111100011101111000000110101100000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310578; }

 p { color: rgb(49,5,120); }

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

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

 a { background-color: rgb(49,5,120); }

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

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

 span { border-color: rgb(49,5,120); }

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