Html Css Color HEX #313D8F Jacksons Purple

📋 copy color: '#313D8F'

red 49 ◦ green 61 ◦ blue 143

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

Shades of Jacksons Purple #313D8F

Tints of Jacksons Purple #313D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.52%

R = 19.37%
G = 24.11%
B = 56.52%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313D8F (or 0x313D8F) is known color: Jacksons Purple. HEX triplet: 31, 3D and 8F. RGB value is (49,61,143). Sum of RGB (Red+Green+Blue) = 49+61+143=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #313D8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D8F is #CEC270. Grayscale: #424242. Windows color (decimal): -13550193 or 9387313. OLE color: 9387313.

HSL color Cylindrical-coordinate representation of color #313D8F: hue angle of 232.34º 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 #313D8F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 61 143 -
CMYK 0.66 0.57 0 0.44
HSL 232.34º 0.49% 0.38% -
HSV(B) 232.34º 0.66% 0.56% -
XYZ 7.89 5.97 26.72 -
YUV 66.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 49 61 143 0.66 0.57 0 0.44 232.34 0.49 0.38
Hex 31 3D 8F 42 39 0 2C E8 31 26
Octal 61 75 217 102 71 0 54 350 61 46
Binary 110001 111101 10001111 1000010 111001 0 101100 11101000 110001 100110

Color Harmonies of #313D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D8F

Black with #313D8F

Text Example


Text Example

White with #313D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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