Html Css Color HEX #312E7D Jacksons Purple

📋 copy color: '#312E7D'

red 49 ◦ green 46 ◦ blue 125

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

Shades of Jacksons Purple #312E7D

Tints of Jacksons Purple #312E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 22.27%
G = 20.91%
B = 56.82%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#312E7D (or 0x312E7D) is known color: Jacksons Purple. HEX triplet: 31, 2E and 7D. RGB value is (49,46,125). Sum of RGB (Red+Green+Blue) = 49+46+125=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #312E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E7D is #CED182. Grayscale: #373737. Windows color (decimal): -13554051 or 8203825. OLE color: 8203825.

HSL color Cylindrical-coordinate representation of color #312E7D: hue angle of 242.28º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312E7D is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 46 125 -
CMYK 0.61 0.63 0 0.51
HSL 242.28º 0.46% 0.34% -
HSV(B) 242.28º 0.63% 0.49% -
XYZ 5.95 4.09 19.88 -
YUV 55.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 49 46 125 0.61 0.63 0 0.51 242.28 0.46 0.34
Hex 31 2E 7D 3D 3F 0 33 F2 2E 22
Octal 61 56 175 75 77 0 63 362 56 42
Binary 110001 101110 1111101 111101 111111 0 110011 11110010 101110 100010

Color Harmonies of #312E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E7D

Black with #312E7D

Text Example


Text Example

White with #312E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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