Html Css Color HEX #313497 Jacksons Purple

📋 copy color: '#313497'

red 49 ◦ green 52 ◦ blue 151

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

Shades of Jacksons Purple #313497

Tints of Jacksons Purple #313497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 19.44%
G = 20.63%
B = 59.92%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313497 (or 0x313497) is known color: Jacksons Purple. HEX triplet: 31, 34 and 97. RGB value is (49,52,151). Sum of RGB (Red+Green+Blue) = 49+52+151=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #313497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313497 is #CECB68. Grayscale: #3D3D3D. Windows color (decimal): -13552489 or 9909297. OLE color: 9909297.

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

Color convert

RGB 49 52 151 -
CMYK 0.68 0.66 0 0.41
HSL 238.24º 0.51% 0.39% -
HSV(B) 238.24º 0.68% 0.59% -
XYZ 8.08 5.34 29.88 -
YUV 62.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 49 52 151 0.68 0.66 0 0.41 238.24 0.51 0.39
Hex 31 34 97 44 42 0 29 EE 33 27
Octal 61 64 227 104 102 0 51 356 63 47
Binary 110001 110100 10010111 1000100 1000010 0 101001 11101110 110011 100111

Color Harmonies of #313497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313497

Black with #313497

Text Example


Text Example

White with #313497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313497; }

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

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

background-color css

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

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

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

border-color css

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

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

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