#31388C

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

Shades of Jacksons Purple #31388C

Tints of Jacksons Purple #31388C

Color information

#31388C (or 0x31388C) is unknown color: approx Jacksons Purple. HEX triplet: 31, 38 and 8C. RGB value is (49,56,140). Sum of RGB (Red+Green+Blue) = 49+56+140=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #31388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31388C is #CEC773. Grayscale: #3F3F3F. Windows color (decimal): -13551476 or 9189425. OLE color: 9189425.

HSL color Cylindrical-coordinate representation of color #31388C: hue angle of 235.38º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31388C is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4956140-
CMYK0.650.600.45
HSL235.38º48.15%37.06%-
HSV(B)235.38º65%54.9%-
XYZ7.415.3725.46-
YUV63.48171.18117.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=20%
G=22.86%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49561400.650.600.45235.3848.1537.06
Hex31388C413C02Deb3025
Octal6170214101740553536045
Binary110001111000100011001000001111100010110111101011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31388C; }

 p { color: rgb(49,56,140); }

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

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

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

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

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

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

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