Html Css Color HEX #313691 Jacksons Purple

📋 copy color: '#313691'

red 49 ◦ green 54 ◦ blue 145

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

Shades of Jacksons Purple #313691

Tints of Jacksons Purple #313691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 19.76%
G = 21.77%
B = 58.47%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313691 (or 0x313691) is known color: Jacksons Purple. HEX triplet: 31, 36 and 91. RGB value is (49,54,145). Sum of RGB (Red+Green+Blue) = 49+54+145=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #313691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313691 is #CEC96E. Grayscale: #3E3E3E. Windows color (decimal): -13551983 or 9516593. OLE color: 9516593.

HSL color Cylindrical-coordinate representation of color #313691: hue angle of 236.88º 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 #313691 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 54 145 -
CMYK 0.66 0.63 0 0.43
HSL 236.88º 0.49% 0.38% -
HSV(B) 236.88º 0.66% 0.57% -
XYZ 7.7 5.34 27.41 -
YUV 62.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 49 54 145 0.66 0.63 0 0.43 236.88 0.49 0.38
Hex 31 36 91 42 3F 0 2B ED 31 26
Octal 61 66 221 102 77 0 53 355 61 46
Binary 110001 110110 10010001 1000010 111111 0 101011 11101101 110001 100110

Color Harmonies of #313691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313691

Black with #313691

Text Example


Text Example

White with #313691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313691; }

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

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

background-color css

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

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

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

border-color css

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

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

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