Html Css Color HEX #313996 Jacksons Purple

📋 copy color: '#313996'

red 49 ◦ green 57 ◦ blue 150

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

Shades of Jacksons Purple #313996

Tints of Jacksons Purple #313996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 19.14%
G = 22.27%
B = 58.59%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313996 (or 0x313996) is known color: Jacksons Purple. HEX triplet: 31, 39 and 96. RGB value is (49,57,150). Sum of RGB (Red+Green+Blue) = 49+57+150=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #313996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313996 is #CEC669. Grayscale: #404040. Windows color (decimal): -13551210 or 9845041. OLE color: 9845041.

HSL color Cylindrical-coordinate representation of color #313996: hue angle of 235.25º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313996 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 57 150 -
CMYK 0.67 0.62 0 0.41
HSL 235.25º 0.51% 0.39% -
HSV(B) 235.25º 0.67% 0.59% -
XYZ 8.23 5.78 29.54 -
YUV 65.21 175.85 116.44 -
System Red Green Blue C M Y K H S L
Decimal 49 57 150 0.67 0.62 0 0.41 235.25 0.51 0.39
Hex 31 39 96 43 3E 0 29 EB 33 27
Octal 61 71 226 103 76 0 51 353 63 47
Binary 110001 111001 10010110 1000011 111110 0 101001 11101011 110011 100111

Color Harmonies of #313996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313996

Black with #313996

Text Example


Text Example

White with #313996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313996; }

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

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

background-color css

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

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

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

border-color css

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

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

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