Html Css Color HEX #312E87 Jacksons Purple

📋 copy color: '#312E87'

red 49 ◦ green 46 ◦ blue 135

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

Shades of Jacksons Purple #312E87

Tints of Jacksons Purple #312E87

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20%

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

R = 21.3%
G = 20%
B = 58.7%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312E87 (or 0x312E87) is known color: Jacksons Purple. HEX triplet: 31, 2E and 87. RGB value is (49,46,135). Sum of RGB (Red+Green+Blue) = 49+46+135=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #312E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312E87 is #CED178. Grayscale: #383838. Windows color (decimal): -13554041 or 8859185. OLE color: 8859185.

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

Color convert

RGB 49 46 135 -
CMYK 0.64 0.66 0 0.47
HSL 242.02º 0.49% 0.35% -
HSV(B) 242.02º 0.66% 0.53% -
XYZ 6.62 4.36 23.41 -
YUV 57.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 49 46 135 0.64 0.66 0 0.47 242.02 0.49 0.35
Hex 31 2E 87 40 42 0 2F F2 31 23
Octal 61 56 207 100 102 0 57 362 61 43
Binary 110001 101110 10000111 1000000 1000010 0 101111 11110010 110001 100011

Color Harmonies of #312E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E87

Black with #312E87

Text Example


Text Example

White with #312E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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