Html Css Color HEX #313991 Jacksons Purple

📋 copy color: '#313991'

red 49 ◦ green 57 ◦ blue 145

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

Shades of Jacksons Purple #313991

Tints of Jacksons Purple #313991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 19.52%
G = 22.71%
B = 57.77%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313991 (or 0x313991) is known color: Jacksons Purple. HEX triplet: 31, 39 and 91. RGB value is (49,57,145). Sum of RGB (Red+Green+Blue) = 49+57+145=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #313991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313991 is #CEC66E. Grayscale: #404040. Windows color (decimal): -13551215 or 9517361. OLE color: 9517361.

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

Color convert

RGB 49 57 145 -
CMYK 0.66 0.61 0 0.43
HSL 235º 0.49% 0.38% -
HSV(B) 235º 0.66% 0.57% -
XYZ 7.84 5.62 27.46 -
YUV 64.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 49 57 145 0.66 0.61 0 0.43 235 0.49 0.38
Hex 31 39 91 42 3D 0 2B EB 31 26
Octal 61 71 221 102 75 0 53 353 61 46
Binary 110001 111001 10010001 1000010 111101 0 101011 11101011 110001 100110

Color Harmonies of #313991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313991

Black with #313991

Text Example


Text Example

White with #313991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313991; }

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

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

background-color css

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

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

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

border-color css

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

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

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