Html Css Color HEX #313799 Jacksons Purple

📋 copy color: '#313799'

red 49 ◦ green 55 ◦ blue 153

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

Shades of Jacksons Purple #313799

Tints of Jacksons Purple #313799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 19.07%
G = 21.4%
B = 59.53%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#313799 (or 0x313799) is known color: Jacksons Purple. HEX triplet: 31, 37 and 99. RGB value is (49,55,153). Sum of RGB (Red+Green+Blue) = 49+55+153=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #313799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313799 is #CEC866. Grayscale: #3F3F3F. Windows color (decimal): -13551719 or 10041137. OLE color: 10041137.

HSL color Cylindrical-coordinate representation of color #313799: hue angle of 236.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313799 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 55 153 -
CMYK 0.68 0.64 0 0.4
HSL 236.54º 0.51% 0.4% -
HSV(B) 236.54º 0.68% 0.6% -
XYZ 8.38 5.69 30.79 -
YUV 64.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 49 55 153 0.68 0.64 0 0.4 236.54 0.51 0.4
Hex 31 37 99 44 40 0 28 ED 33 28
Octal 61 67 231 104 100 0 50 355 63 50
Binary 110001 110111 10011001 1000100 1000000 0 101000 11101101 110011 101000

Color Harmonies of #313799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313799

Black with #313799

Text Example


Text Example

White with #313799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313799; }

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

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

background-color css

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

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

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

border-color css

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

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

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