#312888

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

Shades of Jacksons Purple #312888

Tints of Jacksons Purple #312888

Color information

#312888 (or 0x312888) is unknown color: approx Jacksons Purple. HEX triplet: 31, 28 and 88. RGB value is (49,40,136). Sum of RGB (Red+Green+Blue) = 49+40+136=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #312888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312888 is #CED777. Grayscale: #353535. Windows color (decimal): -13555576 or 8923185. OLE color: 8923185.

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

Color convert

RGB4940136-
CMYK0.640.7100.47
HSL245.62º54.55%34.51%-
HSV(B)245.62º70.59%53.33%-
XYZ6.473.9523.71-
YUV53.64174.48124.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=21.78%
G=17.78%
B=60.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49401360.640.7100.47245.6254.5534.51
Hex312888404702Ff63723
Octal61502101001070573666743
Binary1100011010001000100010000001000111010111111110110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312888; }

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

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

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

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

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

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

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

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