#31317F

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

Shades of Jacksons Purple #31317F

Tints of Jacksons Purple #31317F

Color information

#31317F (or 0x31317F) is unknown color: approx Jacksons Purple. HEX triplet: 31, 31 and 7F. RGB value is (49,49,127). Sum of RGB (Red+Green+Blue) = 49+49+127=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #31317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31317F is #CECE80. Grayscale: #393939. Windows color (decimal): -13553281 or 8335665. OLE color: 8335665.

HSL color Cylindrical-coordinate representation of color #31317F: hue angle of 240º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31317F is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4949127-
CMYK0.610.6100.50
HSL240º44.32%34.51%-
HSV(B)240º61.42%49.8%-
XYZ6.24.3820.6-
YUV57.89167121.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 127 (50% from 255) = 56.44%
R=21.78%
G=21.78%
B=56.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49491270.610.6100.5024044.3234.51
Hex31317F3D3D032f02c23
Octal616117775750623605443
Binary1100011100011111111111101111101011001011110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31317F; }

 p { color: rgb(49,49,127); }

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

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

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

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

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

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

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