Html Css Color HEX #313995 Jacksons Purple

📋 copy color: '#313995'

red 49 ◦ green 57 ◦ blue 149

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

Shades of Jacksons Purple #313995

Tints of Jacksons Purple #313995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 19.22%
G = 22.35%
B = 58.43%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313995 (or 0x313995) is known color: Jacksons Purple. HEX triplet: 31, 39 and 95. RGB value is (49,57,149). Sum of RGB (Red+Green+Blue) = 49+57+149=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #313995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313995 is #CEC66A. Grayscale: #404040. Windows color (decimal): -13551211 or 9779505. OLE color: 9779505.

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

Color convert

RGB 49 57 149 -
CMYK 0.67 0.62 0 0.42
HSL 235.2º 0.51% 0.39% -
HSV(B) 235.2º 0.67% 0.58% -
XYZ 8.15 5.75 29.11 -
YUV 65.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 49 57 149 0.67 0.62 0 0.42 235.2 0.51 0.39
Hex 31 39 95 43 3E 0 2A EB 33 27
Octal 61 71 225 103 76 0 52 353 63 47
Binary 110001 111001 10010101 1000011 111110 0 101010 11101011 110011 100111

Color Harmonies of #313995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313995

Black with #313995

Text Example


Text Example

White with #313995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313995; }

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

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

background-color css

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

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

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

border-color css

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

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

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