Html Css Color HEX #313791 Jacksons Purple

📋 copy color: '#313791'

red 49 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #313791

Tints of Jacksons Purple #313791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 19.68%
G = 22.09%
B = 58.23%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313791 (or 0x313791) is known color: Jacksons Purple. HEX triplet: 31, 37 and 91. RGB value is (49,55,145). Sum of RGB (Red+Green+Blue) = 49+55+145=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #313791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313791 is #CEC86E. Grayscale: #3F3F3F. Windows color (decimal): -13551727 or 9516849. OLE color: 9516849.

HSL color Cylindrical-coordinate representation of color #313791: hue angle of 236.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313791 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 55 145 -
CMYK 0.66 0.62 0 0.43
HSL 236.25º 0.49% 0.38% -
HSV(B) 236.25º 0.66% 0.57% -
XYZ 7.74 5.43 27.43 -
YUV 63.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 49 55 145 0.66 0.62 0 0.43 236.25 0.49 0.38
Hex 31 37 91 42 3E 0 2B EC 31 26
Octal 61 67 221 102 76 0 53 354 61 46
Binary 110001 110111 10010001 1000010 111110 0 101011 11101100 110001 100110

Color Harmonies of #313791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313791

Black with #313791

Text Example


Text Example

White with #313791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313791; }

 p { color: rgb(49,55,145); }

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

background-color css

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

 a { background-color: rgb(49,55,145); }

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

border-color css

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

 span { border-color: rgb(49,55,145); }

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