Html Css Color HEX #313790 Jacksons Purple

📋 copy color: '#313790'

red 49 ◦ green 55 ◦ blue 144

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

Shades of Jacksons Purple #313790

Tints of Jacksons Purple #313790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 19.76%
G = 22.18%
B = 58.06%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313790 (or 0x313790) is known color: Jacksons Purple. HEX triplet: 31, 37 and 90. RGB value is (49,55,144). Sum of RGB (Red+Green+Blue) = 49+55+144=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #313790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313790 is #CEC86F. Grayscale: #3E3E3E. Windows color (decimal): -13551728 or 9451313. OLE color: 9451313.

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

Color convert

RGB 49 55 144 -
CMYK 0.66 0.62 0 0.44
HSL 236.21º 0.49% 0.38% -
HSV(B) 236.21º 0.66% 0.56% -
XYZ 7.67 5.4 27.02 -
YUV 63.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 49 55 144 0.66 0.62 0 0.44 236.21 0.49 0.38
Hex 31 37 90 42 3E 0 2C EC 31 26
Octal 61 67 220 102 76 0 54 354 61 46
Binary 110001 110111 10010000 1000010 111110 0 101100 11101100 110001 100110

Color Harmonies of #313790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313790

Black with #313790

Text Example


Text Example

White with #313790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313790; }

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

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

background-color css

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

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

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

border-color css

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

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

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