#312584

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

Shades of Persian Indigo #312584

Tints of Persian Indigo #312584

Color information

#312584 (or 0x312584) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 84. RGB value is (49,37,132). Sum of RGB (Red+Green+Blue) = 49+37+132=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #312584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312584 is #CEDA7B. Grayscale: #333333. Windows color (decimal): -13556348 or 8660273. OLE color: 8660273.

HSL color Cylindrical-coordinate representation of color #312584: hue angle of 247.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312584 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4937132-
CMYK0.630.7200.48
HSL247.58º56.21%33.14%-
HSV(B)247.58º71.97%51.76%-
XYZ6.093.6422.21-
YUV51.42173.48126.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=22.48%
G=16.97%
B=60.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49371320.630.7200.48247.5856.2133.14
Hex3125843F48030f83821
Octal6145204771100603707041
Binary110001100101100001001111111001000011000011111000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312584; }

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

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

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

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

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

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

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

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