Html Css Color HEX #313491 Jacksons Purple

📋 copy color: '#313491'

red 49 ◦ green 52 ◦ blue 145

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

Shades of Jacksons Purple #313491

Tints of Jacksons Purple #313491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 19.92%
G = 21.14%
B = 58.94%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313491 (or 0x313491) is known color: Jacksons Purple. HEX triplet: 31, 34 and 91. RGB value is (49,52,145). Sum of RGB (Red+Green+Blue) = 49+52+145=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #313491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313491 is #CECB6E. Grayscale: #3D3D3D. Windows color (decimal): -13552495 or 9516081. OLE color: 9516081.

HSL color Cylindrical-coordinate representation of color #313491: hue angle of 238.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313491 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 52 145 -
CMYK 0.66 0.64 0 0.43
HSL 238.13º 0.49% 0.38% -
HSV(B) 238.13º 0.66% 0.57% -
XYZ 7.61 5.15 27.38 -
YUV 61.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 49 52 145 0.66 0.64 0 0.43 238.13 0.49 0.38
Hex 31 34 91 42 40 0 2B EE 31 26
Octal 61 64 221 102 100 0 53 356 61 46
Binary 110001 110100 10010001 1000010 1000000 0 101011 11101110 110001 100110

Color Harmonies of #313491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313491

Black with #313491

Text Example


Text Example

White with #313491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313491; }

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

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

background-color css

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

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

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

border-color css

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

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

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