Html Css Color HEX #313191 Jacksons Purple

📋 copy color: '#313191'

red 49 ◦ green 49 ◦ blue 145

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

Shades of Jacksons Purple #313191

Tints of Jacksons Purple #313191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

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

R = 20.16%
G = 20.16%
B = 59.67%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313191 (or 0x313191) is known color: Jacksons Purple. HEX triplet: 31, 31 and 91. RGB value is (49,49,145). Sum of RGB (Red+Green+Blue) = 49+49+145=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #313191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313191 is #CECE6E. Grayscale: #3B3B3B. Windows color (decimal): -13553263 or 9515313. OLE color: 9515313.

HSL color Cylindrical-coordinate representation of color #313191: hue angle of 240º 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 #313191 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 49 145 -
CMYK 0.66 0.66 0 0.43
HSL 240º 0.49% 0.38% -
HSV(B) 240º 0.66% 0.57% -
XYZ 7.48 4.89 27.34 -
YUV 59.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 49 49 145 0.66 0.66 0 0.43 240 0.49 0.38
Hex 31 31 91 42 42 0 2B F0 31 26
Octal 61 61 221 102 102 0 53 360 61 46
Binary 110001 110001 10010001 1000010 1000010 0 101011 11110000 110001 100110

Color Harmonies of #313191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313191

Black with #313191

Text Example


Text Example

White with #313191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313191; }

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

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

background-color css

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

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

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

border-color css

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

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

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