#312F82

Color #312F82 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #312F82

Tints of Jacksons Purple #312F82

Color information

#312F82 (or 0x312F82) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2F and 82. RGB value is (49,47,130). Sum of RGB (Red+Green+Blue) = 49+47+130=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #312F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312F82 is #CED07D. Grayscale: #383838. Windows color (decimal): -13553790 or 8531761. OLE color: 8531761.

HSL color Cylindrical-coordinate representation of color #312F82: hue angle of 241.45º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #312F82 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4947130-
CMYK0.620.6400.49
HSL241.45º46.89%34.71%-
HSV(B)241.45º63.85%50.98%-
XYZ6.314.321.62-
YUV57.06169.16122.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=21.68%
G=20.80%
B=57.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49471300.620.6400.49241.4546.8934.71
Hex312F823E40031f12f23
Octal6157202761000613615743
Binary110001101111100000101111101000000011000111110001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312F82; }

 p { color: rgb(49,47,130); }

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

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

 a { background-color: rgb(49,47,130); }

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

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

 span { border-color: rgb(49,47,130); }

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