#31307E

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

Shades of Jacksons Purple #31307E

Tints of Jacksons Purple #31307E

Color information

#31307E (or 0x31307E) is unknown color: approx Jacksons Purple. HEX triplet: 31, 30 and 7E. RGB value is (49,48,126). Sum of RGB (Red+Green+Blue) = 49+48+126=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #31307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31307E is #CECF81. Grayscale: #383838. Windows color (decimal): -13553538 or 8269873. OLE color: 8269873.

HSL color Cylindrical-coordinate representation of color #31307E: hue angle of 240.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31307E is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4948126-
CMYK0.610.6200.51
HSL240.77º44.83%34.12%-
HSV(B)240.77º61.9%49.41%-
XYZ6.094.2720.24-
YUV57.19166.83122.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 126 (49.61% from 255) = 56.50%
R=21.97%
G=21.52%
B=56.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49481260.610.6200.51240.7744.8334.12
Hex31307E3D3E033f12d22
Octal616017675760633615542
Binary1100011100001111110111101111110011001111110001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31307E; }

 p { color: rgb(49,48,126); }

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

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

 a { background-color: rgb(49,48,126); }

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

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

 span { border-color: rgb(49,48,126); }

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