Html Css Color HEX #313D89 Jacksons Purple

📋 copy color: '#313D89'

red 49 ◦ green 61 ◦ blue 137

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

Shades of Jacksons Purple #313D89

Tints of Jacksons Purple #313D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

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

R = 19.84%
G = 24.7%
B = 55.47%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#313D89 (or 0x313D89) is known color: Jacksons Purple. HEX triplet: 31, 3D and 89. RGB value is (49,61,137). Sum of RGB (Red+Green+Blue) = 49+61+137=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #313D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D89 is #CEC276. Grayscale: #414141. Windows color (decimal): -13550199 or 8994097. OLE color: 8994097.

HSL color Cylindrical-coordinate representation of color #313D89: hue angle of 231.82º 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 #313D89 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 61 137 -
CMYK 0.64 0.55 0 0.46
HSL 231.82º 0.47% 0.36% -
HSV(B) 231.82º 0.64% 0.54% -
XYZ 7.45 5.8 24.39 -
YUV 66.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 49 61 137 0.64 0.55 0 0.46 231.82 0.47 0.36
Hex 31 3D 89 40 37 0 2E E8 2F 24
Octal 61 75 211 100 67 0 56 350 57 44
Binary 110001 111101 10001001 1000000 110111 0 101110 11101000 101111 100100

Color Harmonies of #313D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D89

Black with #313D89

Text Example


Text Example

White with #313D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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