#312580

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

Shades of Persian Indigo #312580

Tints of Persian Indigo #312580

Color information

#312580 (or 0x312580) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 80. RGB value is (49,37,128). Sum of RGB (Red+Green+Blue) = 49+37+128=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #312580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312580 is #CEDA7F. Grayscale: #323232. Windows color (decimal): -13556352 or 8398129. OLE color: 8398129.

HSL color Cylindrical-coordinate representation of color #312580: hue angle of 247.91º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312580 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4937128-
CMYK0.620.7100.50
HSL247.91º55.15%32.35%-
HSV(B)247.91º71.09%50.2%-
XYZ5.823.5320.8-
YUV50.96171.48126.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=22.90%
G=17.29%
B=59.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49371280.620.7100.50247.9155.1532.35
Hex3125803E47032f83720
Octal6145200761070623706740
Binary110001100101100000001111101000111011001011111000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312580; }

 p { color: rgb(49,37,128); }

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

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

 a { background-color: rgb(49,37,128); }

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

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

 span { border-color: rgb(49,37,128); }

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