Html Css Color HEX #313890 Jacksons Purple

📋 copy color: '#313890'

red 49 ◦ green 56 ◦ blue 144

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

Shades of Jacksons Purple #313890

Tints of Jacksons Purple #313890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 19.68%
G = 22.49%
B = 57.83%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313890 (or 0x313890) is known color: Jacksons Purple. HEX triplet: 31, 38 and 90. RGB value is (49,56,144). Sum of RGB (Red+Green+Blue) = 49+56+144=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #313890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313890 is #CEC76F. Grayscale: #3F3F3F. Windows color (decimal): -13551472 or 9451569. OLE color: 9451569.

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

Color convert

RGB 49 56 144 -
CMYK 0.66 0.61 0 0.44
HSL 235.58º 0.49% 0.38% -
HSV(B) 235.58º 0.66% 0.56% -
XYZ 7.71 5.49 27.04 -
YUV 63.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 49 56 144 0.66 0.61 0 0.44 235.58 0.49 0.38
Hex 31 38 90 42 3D 0 2C EC 31 26
Octal 61 70 220 102 75 0 54 354 61 46
Binary 110001 111000 10010000 1000010 111101 0 101100 11101100 110001 100110

Color Harmonies of #313890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313890

Black with #313890

Text Example


Text Example

White with #313890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313890; }

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

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

background-color css

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

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

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

border-color css

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

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

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