Html Css Color HEX #313C8D Jacksons Purple

📋 copy color: '#313C8D'

red 49 ◦ green 60 ◦ blue 141

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

Shades of Jacksons Purple #313C8D

Tints of Jacksons Purple #313C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 19.6%
G = 24%
B = 56.4%

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

#313C8D (or 0x313C8D) is known color: Jacksons Purple. HEX triplet: 31, 3C and 8D. RGB value is (49,60,141). Sum of RGB (Red+Green+Blue) = 49+60+141=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #313C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C8D is #CEC372. Grayscale: #414141. Windows color (decimal): -13550451 or 9255985. OLE color: 9255985.

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

Color convert

RGB 49 60 141 -
CMYK 0.65 0.57 0 0.45
HSL 232.83º 0.48% 0.37% -
HSV(B) 232.83º 0.65% 0.55% -
XYZ 7.69 5.81 25.92 -
YUV 65.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 49 60 141 0.65 0.57 0 0.45 232.83 0.48 0.37
Hex 31 3C 8D 41 39 0 2D E9 30 25
Octal 61 74 215 101 71 0 55 351 60 45
Binary 110001 111100 10001101 1000001 111001 0 101101 11101001 110000 100101

Color Harmonies of #313C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C8D

Black with #313C8D

Text Example


Text Example

White with #313C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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