Html Css Color HEX #313A87 Jacksons Purple

📋 copy color: '#313A87'

red 49 ◦ green 58 ◦ blue 135

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

Shades of Jacksons Purple #313A87

Tints of Jacksons Purple #313A87

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 20.25%
G = 23.97%
B = 55.79%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313A87 (or 0x313A87) is known color: Jacksons Purple. HEX triplet: 31, 3A and 87. RGB value is (49,58,135). Sum of RGB (Red+Green+Blue) = 49+58+135=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #313A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A87 is #CEC578. Grayscale: #3F3F3F. Windows color (decimal): -13550969 or 8862257. OLE color: 8862257.

HSL color Cylindrical-coordinate representation of color #313A87: hue angle of 233.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313A87 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 58 135 -
CMYK 0.64 0.57 0 0.47
HSL 233.72º 0.47% 0.36% -
HSV(B) 233.72º 0.64% 0.53% -
XYZ 7.15 5.43 23.59 -
YUV 64.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 49 58 135 0.64 0.57 0 0.47 233.72 0.47 0.36
Hex 31 3A 87 40 39 0 2F EA 2F 24
Octal 61 72 207 100 71 0 57 352 57 44
Binary 110001 111010 10000111 1000000 111001 0 101111 11101010 101111 100100

Color Harmonies of #313A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A87

Black with #313A87

Text Example


Text Example

White with #313A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,58,135); }

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

background-color css

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

 a { background-color: rgb(49,58,135); }

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

border-color css

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

 span { border-color: rgb(49,58,135); }

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