Html Css Color HEX #313E8A Jacksons Purple

📋 copy color: '#313E8A'

red 49 ◦ green 62 ◦ blue 138

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

Shades of Jacksons Purple #313E8A

Tints of Jacksons Purple #313E8A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 19.68%
G = 24.9%
B = 55.42%

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

#313E8A (or 0x313E8A) is known color: Jacksons Purple. HEX triplet: 31, 3E and 8A. RGB value is (49,62,138). Sum of RGB (Red+Green+Blue) = 49+62+138=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #313E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E8A is #CEC175. Grayscale: #424242. Windows color (decimal): -13549942 or 9059889. OLE color: 9059889.

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

Color convert

RGB 49 62 138 -
CMYK 0.64 0.55 0 0.46
HSL 231.24º 0.48% 0.37% -
HSV(B) 231.24º 0.64% 0.54% -
XYZ 7.58 5.93 24.79 -
YUV 66.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 49 62 138 0.64 0.55 0 0.46 231.24 0.48 0.37
Hex 31 3E 8A 40 37 0 2E E7 30 25
Octal 61 76 212 100 67 0 56 347 60 45
Binary 110001 111110 10001010 1000000 110111 0 101110 11100111 110000 100101

Color Harmonies of #313E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E8A

Black with #313E8A

Text Example


Text Example

White with #313E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,138); }

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

background-color css

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

 a { background-color: rgb(49,62,138); }

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

border-color css

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

 span { border-color: rgb(49,62,138); }

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