Html Css Color HEX #313994 Jacksons Purple

📋 copy color: '#313994'

red 49 ◦ green 57 ◦ blue 148

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

Shades of Jacksons Purple #313994

Tints of Jacksons Purple #313994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 19.29%
G = 22.44%
B = 58.27%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313994 (or 0x313994) is known color: Jacksons Purple. HEX triplet: 31, 39 and 94. RGB value is (49,57,148). Sum of RGB (Red+Green+Blue) = 49+57+148=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #313994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313994 is #CEC66B. Grayscale: #404040. Windows color (decimal): -13551212 or 9713969. OLE color: 9713969.

HSL color Cylindrical-coordinate representation of color #313994: hue angle of 235.15º degrees, saturation: 0.5, 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 #313994 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 57 148 -
CMYK 0.67 0.61 0 0.42
HSL 235.15º 0.5% 0.39% -
HSV(B) 235.15º 0.67% 0.58% -
XYZ 8.08 5.72 28.69 -
YUV 64.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 49 57 148 0.67 0.61 0 0.42 235.15 0.5 0.39
Hex 31 39 94 43 3D 0 2A EB 32 27
Octal 61 71 224 103 75 0 52 353 62 47
Binary 110001 111001 10010100 1000011 111101 0 101010 11101011 110010 100111

Color Harmonies of #313994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313994

Black with #313994

Text Example


Text Example

White with #313994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313994; }

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

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

background-color css

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

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

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

border-color css

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

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

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