Html Css Color HEX #313495 Jacksons Purple

📋 copy color: '#313495'

red 49 ◦ green 52 ◦ blue 149

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

Shades of Jacksons Purple #313495

Tints of Jacksons Purple #313495

RGB

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

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

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

R = 19.6%
G = 20.8%
B = 59.6%

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

#313495 (or 0x313495) is known color: Jacksons Purple. HEX triplet: 31, 34 and 95. RGB value is (49,52,149). Sum of RGB (Red+Green+Blue) = 49+52+149=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #313495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313495 is #CECB6A. Grayscale: #3D3D3D. Windows color (decimal): -13552491 or 9778225. OLE color: 9778225.

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

Color convert

RGB 49 52 149 -
CMYK 0.67 0.65 0 0.42
HSL 238.2º 0.51% 0.39% -
HSV(B) 238.2º 0.67% 0.58% -
XYZ 7.92 5.28 29.04 -
YUV 62.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 49 52 149 0.67 0.65 0 0.42 238.2 0.51 0.39
Hex 31 34 95 43 41 0 2A EE 33 27
Octal 61 64 225 103 101 0 52 356 63 47
Binary 110001 110100 10010101 1000011 1000001 0 101010 11101110 110011 100111

Color Harmonies of #313495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313495

Black with #313495

Text Example


Text Example

White with #313495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313495; }

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

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

background-color css

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

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

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

border-color css

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

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

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