Html Css Color HEX #313C8E Jacksons Purple

📋 copy color: '#313C8E'

red 49 ◦ green 60 ◦ blue 142

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

Shades of Jacksons Purple #313C8E

Tints of Jacksons Purple #313C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.57%

R = 19.52%
G = 23.9%
B = 56.57%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313C8E (or 0x313C8E) is known color: Jacksons Purple. HEX triplet: 31, 3C and 8E. RGB value is (49,60,142). Sum of RGB (Red+Green+Blue) = 49+60+142=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #313C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C8E is #CEC371. Grayscale: #414141. Windows color (decimal): -13550450 or 9321521. OLE color: 9321521.

HSL color Cylindrical-coordinate representation of color #313C8E: hue angle of 232.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313C8E is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 60 142 -
CMYK 0.65 0.58 0 0.44
HSL 232.9º 0.49% 0.37% -
HSV(B) 232.9º 0.65% 0.56% -
XYZ 7.76 5.84 26.31 -
YUV 66.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 49 60 142 0.65 0.58 0 0.44 232.9 0.49 0.37
Hex 31 3C 8E 41 3A 0 2C E9 31 25
Octal 61 74 216 101 72 0 54 351 61 45
Binary 110001 111100 10001110 1000001 111010 0 101100 11101001 110001 100101

Color Harmonies of #313C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C8E

Black with #313C8E

Text Example


Text Example

White with #313C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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