Html Css Color HEX #313494 Jacksons Purple

📋 copy color: '#313494'

red 49 ◦ green 52 ◦ blue 148

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

Shades of Jacksons Purple #313494

Tints of Jacksons Purple #313494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 19.68%
G = 20.88%
B = 59.44%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313494 (or 0x313494) is known color: Jacksons Purple. HEX triplet: 31, 34 and 94. RGB value is (49,52,148). Sum of RGB (Red+Green+Blue) = 49+52+148=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #313494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313494 is #CECB6B. Grayscale: #3D3D3D. Windows color (decimal): -13552492 or 9712689. OLE color: 9712689.

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

Color convert

RGB 49 52 148 -
CMYK 0.67 0.65 0 0.42
HSL 238.18º 0.5% 0.39% -
HSV(B) 238.18º 0.67% 0.58% -
XYZ 7.84 5.25 28.62 -
YUV 62.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 49 52 148 0.67 0.65 0 0.42 238.18 0.5 0.39
Hex 31 34 94 43 41 0 2A EE 32 27
Octal 61 64 224 103 101 0 52 356 62 47
Binary 110001 110100 10010100 1000011 1000001 0 101010 11101110 110010 100111

Color Harmonies of #313494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313494

Black with #313494

Text Example


Text Example

White with #313494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313494; }

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

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

background-color css

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

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

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

border-color css

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

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

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