#313088

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

Shades of Jacksons Purple #313088

Tints of Jacksons Purple #313088

Color information

#313088 (or 0x313088) is unknown color: approx Jacksons Purple. HEX triplet: 31, 30 and 88. RGB value is (49,48,136). Sum of RGB (Red+Green+Blue) = 49+48+136=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #313088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313088 is #CECF77. Grayscale: #393939. Windows color (decimal): -13553528 or 8925233. OLE color: 8925233.

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

Color convert

RGB4948136-
CMYK0.640.6500.47
HSL240.68º47.83%36.08%-
HSV(B)240.68º64.71%53.33%-
XYZ6.774.5423.81-
YUV58.33171.83121.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=21.03%
G=20.60%
B=58.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49481360.640.6500.47240.6847.8336.08
Hex313088404102Ff13024
Octal61602101001010573616044
Binary1100011100001000100010000001000001010111111110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313088; }

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

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

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

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

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

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

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

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