Html Css Color HEX #313891 Jacksons Purple

📋 copy color: '#313891'

red 49 ◦ green 56 ◦ blue 145

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

Shades of Jacksons Purple #313891

Tints of Jacksons Purple #313891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

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

R = 19.6%
G = 22.4%
B = 58%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313891 (or 0x313891) is known color: Jacksons Purple. HEX triplet: 31, 38 and 91. RGB value is (49,56,145). Sum of RGB (Red+Green+Blue) = 49+56+145=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #313891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313891 is #CEC76E. Grayscale: #3F3F3F. Windows color (decimal): -13551471 or 9517105. OLE color: 9517105.

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

Color convert

RGB 49 56 145 -
CMYK 0.66 0.61 0 0.43
HSL 235.63º 0.49% 0.38% -
HSV(B) 235.63º 0.66% 0.57% -
XYZ 7.79 5.53 27.44 -
YUV 64.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 49 56 145 0.66 0.61 0 0.43 235.63 0.49 0.38
Hex 31 38 91 42 3D 0 2B EC 31 26
Octal 61 70 221 102 75 0 53 354 61 46
Binary 110001 111000 10010001 1000010 111101 0 101011 11101100 110001 100110

Color Harmonies of #313891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313891

Black with #313891

Text Example


Text Example

White with #313891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313891; }

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

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

background-color css

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

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

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

border-color css

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

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

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