Html Css Color HEX #313C8B Jacksons Purple

📋 copy color: '#313C8B'

red 49 ◦ green 60 ◦ blue 139

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

Shades of Jacksons Purple #313C8B

Tints of Jacksons Purple #313C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 19.76%
G = 24.19%
B = 56.05%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#313C8B (or 0x313C8B) is known color: Jacksons Purple. HEX triplet: 31, 3C and 8B. RGB value is (49,60,139). Sum of RGB (Red+Green+Blue) = 49+60+139=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #313C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C8B is #CEC374. Grayscale: #414141. Windows color (decimal): -13550453 or 9124913. OLE color: 9124913.

HSL color Cylindrical-coordinate representation of color #313C8B: hue angle of 232.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313C8B is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 60 139 -
CMYK 0.65 0.57 0 0.45
HSL 232.67º 0.48% 0.37% -
HSV(B) 232.67º 0.65% 0.55% -
XYZ 7.54 5.75 25.14 -
YUV 65.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 49 60 139 0.65 0.57 0 0.45 232.67 0.48 0.37
Hex 31 3C 8B 41 39 0 2D E9 30 25
Octal 61 74 213 101 71 0 55 351 60 45
Binary 110001 111100 10001011 1000001 111001 0 101101 11101001 110000 100101

Color Harmonies of #313C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C8B

Black with #313C8B

Text Example


Text Example

White with #313C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,60,139); }

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

background-color css

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

 a { background-color: rgb(49,60,139); }

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

border-color css

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

 span { border-color: rgb(49,60,139); }

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