Html Css Color HEX #313789 Jacksons Purple

📋 copy color: '#313789'

red 49 ◦ green 55 ◦ blue 137

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

Shades of Jacksons Purple #313789

Tints of Jacksons Purple #313789

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 20.33%
G = 22.82%
B = 56.85%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#313789 (or 0x313789) is known color: Jacksons Purple. HEX triplet: 31, 37 and 89. RGB value is (49,55,137). Sum of RGB (Red+Green+Blue) = 49+55+137=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #313789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313789 is #CEC876. Grayscale: #3E3E3E. Windows color (decimal): -13551735 or 8992561. OLE color: 8992561.

HSL color Cylindrical-coordinate representation of color #313789: hue angle of 235.91º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313789 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 55 137 -
CMYK 0.64 0.60 0 0.46
HSL 235.91º 0.47% 0.36% -
HSV(B) 235.91º 0.64% 0.54% -
XYZ 7.15 5.19 24.29 -
YUV 62.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 49 55 137 0.64 0.60 0 0.46 235.91 0.47 0.36
Hex 31 37 89 40 3C 0 2E EC 2F 24
Octal 61 67 211 100 74 0 56 354 57 44
Binary 110001 110111 10001001 1000000 111100 0 101110 11101100 101111 100100

Color Harmonies of #313789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313789

Black with #313789

Text Example


Text Example

White with #313789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313789; }

 p { color: rgb(49,55,137); }

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

background-color css

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

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

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

border-color css

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

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

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