Html Css Color HEX #312987 Jacksons Purple

📋 copy color: '#312987'

red 49 ◦ green 41 ◦ blue 135

#312987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #312987

Tints of Jacksons Purple #312987

RGB

 RED value IS 49 (19.53% from 255) = 21.78%

 GREEN value IS 41 (16.41% from 255) = 18.22%

 BLUE value IS 135 (53.13% from 255) = 60%

R = 21.78%
G = 18.22%
B = 60%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312987 (or 0x312987) is known color: Jacksons Purple. HEX triplet: 31, 29 and 87. RGB value is (49,41,135). Sum of RGB (Red+Green+Blue) = 49+41+135=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #312987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312987 is #CED678. Grayscale: #353535. Windows color (decimal): -13555321 or 8857905. OLE color: 8857905.

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

Color convert

RGB 49 41 135 -
CMYK 0.64 0.70 0 0.47
HSL 245.11º 0.53% 0.35% -
HSV(B) 245.11º 0.7% 0.53% -
XYZ 6.43 3.99 23.35 -
YUV 54.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 49 41 135 0.64 0.70 0 0.47 245.11 0.53 0.35
Hex 31 29 87 40 46 0 2F F5 35 23
Octal 61 51 207 100 106 0 57 365 65 43
Binary 110001 101001 10000111 1000000 1000110 0 101111 11110101 110101 100011

Color Harmonies of #312987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312987

Black with #312987

Text Example


Text Example

White with #312987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312987; }

 p { color: rgb(49,41,135); }

 H1.HeaderClassName
 {
   color: #312987;
 }
 .AnyTagClassName
 {
   color: #312987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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