#313388

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

Shades of Jacksons Purple #313388

Tints of Jacksons Purple #313388

Color information

#313388 (or 0x313388) is unknown color: approx Jacksons Purple. HEX triplet: 31, 33 and 88. RGB value is (49,51,136). Sum of RGB (Red+Green+Blue) = 49+51+136=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #313388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313388 is #CECC77. Grayscale: #3B3B3B. Windows color (decimal): -13552760 or 8926001. OLE color: 8926001.

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

Color convert

RGB4951136-
CMYK0.640.6200.47
HSL238.62º47.03%36.27%-
HSV(B)238.62º63.97%53.33%-
XYZ6.894.823.86-
YUV60.09170.84120.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 136 (53.52% from 255) = 57.63%
R=20.76%
G=21.61%
B=57.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49511360.640.6200.47238.6247.0336.27
Hex313388403E02Fef2f24
Octal6163210100760573575744
Binary110001110011100010001000000111110010111111101111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313388; }

 p { color: rgb(49,51,136); }

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

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

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

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

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

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

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