Html Css Color HEX #313391 Jacksons Purple

📋 copy color: '#313391'

red 49 ◦ green 51 ◦ blue 145

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

Shades of Jacksons Purple #313391

Tints of Jacksons Purple #313391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 20%
G = 20.82%
B = 59.18%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313391 (or 0x313391) is known color: Jacksons Purple. HEX triplet: 31, 33 and 91. RGB value is (49,51,145). Sum of RGB (Red+Green+Blue) = 49+51+145=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #313391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313391 is #CECC6E. Grayscale: #3C3C3C. Windows color (decimal): -13552751 or 9515825. OLE color: 9515825.

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

Color convert

RGB 49 51 145 -
CMYK 0.66 0.65 0 0.43
HSL 238.75º 0.49% 0.38% -
HSV(B) 238.75º 0.66% 0.57% -
XYZ 7.56 5.06 27.37 -
YUV 61.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 49 51 145 0.66 0.65 0 0.43 238.75 0.49 0.38
Hex 31 33 91 42 41 0 2B EF 31 26
Octal 61 63 221 102 101 0 53 357 61 46
Binary 110001 110011 10010001 1000010 1000001 0 101011 11101111 110001 100110

Color Harmonies of #313391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313391

Black with #313391

Text Example


Text Example

White with #313391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313391; }

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

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

background-color css

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

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

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

border-color css

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

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

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