Html Css Color HEX #313A91 Jacksons Purple

📋 copy color: '#313A91'

red 49 ◦ green 58 ◦ blue 145

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

Shades of Jacksons Purple #313A91

Tints of Jacksons Purple #313A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 19.44%
G = 23.02%
B = 57.54%

CMYK

 C value IS 0.66

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313A91 (or 0x313A91) is known color: Jacksons Purple. HEX triplet: 31, 3A and 91. RGB value is (49,58,145). Sum of RGB (Red+Green+Blue) = 49+58+145=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #313A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A91 is #CEC56E. Grayscale: #404040. Windows color (decimal): -13550959 or 9517617. OLE color: 9517617.

HSL color Cylindrical-coordinate representation of color #313A91: hue angle of 234.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313A91 is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 58 145 -
CMYK 0.66 0.6 0 0.43
HSL 234.38º 0.49% 0.38% -
HSV(B) 234.38º 0.66% 0.57% -
XYZ 7.89 5.72 27.48 -
YUV 65.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 49 58 145 0.66 0.6 0 0.43 234.38 0.49 0.38
Hex 31 3A 91 42 3C 0 2B EA 31 26
Octal 61 72 221 102 74 0 53 352 61 46
Binary 110001 111010 10010001 1000010 111100 0 101011 11101010 110001 100110

Color Harmonies of #313A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A91

Black with #313A91

Text Example


Text Example

White with #313A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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