Html Css Color HEX #312C7E Jacksons Purple

📋 copy color: '#312C7E'

red 49 ◦ green 44 ◦ blue 126

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

Shades of Jacksons Purple #312C7E

Tints of Jacksons Purple #312C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 22.37%
G = 20.09%
B = 57.53%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#312C7E (or 0x312C7E) is known color: Jacksons Purple. HEX triplet: 31, 2C and 7E. RGB value is (49,44,126). Sum of RGB (Red+Green+Blue) = 49+44+126=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #312C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C7E is #CED381. Grayscale: #363636. Windows color (decimal): -13554562 or 8268849. OLE color: 8268849.

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

Color convert

RGB 49 44 126 -
CMYK 0.61 0.65 0 0.51
HSL 243.66º 0.48% 0.33% -
HSV(B) 243.66º 0.65% 0.49% -
XYZ 5.93 3.96 20.19 -
YUV 54.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 49 44 126 0.61 0.65 0 0.51 243.66 0.48 0.33
Hex 31 2C 7E 3D 41 0 33 F4 30 21
Octal 61 54 176 75 101 0 63 364 60 41
Binary 110001 101100 1111110 111101 1000001 0 110011 11110100 110000 100001

Color Harmonies of #312C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C7E

Black with #312C7E

Text Example


Text Example

White with #312C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,126); }

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

background-color css

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

 a { background-color: rgb(49,44,126); }

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

border-color css

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

 span { border-color: rgb(49,44,126); }

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