Html Css Color HEX #313B8B Jacksons Purple

📋 copy color: '#313B8B'

red 49 ◦ green 59 ◦ blue 139

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

Shades of Jacksons Purple #313B8B

Tints of Jacksons Purple #313B8B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

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

R = 19.84%
G = 23.89%
B = 56.28%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#313B8B (or 0x313B8B) is known color: Jacksons Purple. HEX triplet: 31, 3B and 8B. RGB value is (49,59,139). Sum of RGB (Red+Green+Blue) = 49+59+139=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #313B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B8B is #CEC474. Grayscale: #404040. Windows color (decimal): -13550709 or 9124657. OLE color: 9124657.

HSL color Cylindrical-coordinate representation of color #313B8B: hue angle of 233.33º 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 #313B8B is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 59 139 -
CMYK 0.65 0.58 0 0.45
HSL 233.33º 0.48% 0.37% -
HSV(B) 233.33º 0.65% 0.55% -
XYZ 7.49 5.64 25.12 -
YUV 65.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 49 59 139 0.65 0.58 0 0.45 233.33 0.48 0.37
Hex 31 3B 8B 41 3A 0 2D E9 30 25
Octal 61 73 213 101 72 0 55 351 60 45
Binary 110001 111011 10001011 1000001 111010 0 101101 11101001 110000 100101

Color Harmonies of #313B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B8B

Black with #313B8B

Text Example


Text Example

White with #313B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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