Html Css Color HEX #313B91 Jacksons Purple

📋 copy color: '#313B91'

red 49 ◦ green 59 ◦ blue 145

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

Shades of Jacksons Purple #313B91

Tints of Jacksons Purple #313B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.32%

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

R = 19.37%
G = 23.32%
B = 57.31%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313B91 (or 0x313B91) is known color: Jacksons Purple. HEX triplet: 31, 3B and 91. RGB value is (49,59,145). Sum of RGB (Red+Green+Blue) = 49+59+145=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #313B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B91 is #CEC46E. Grayscale: #414141. Windows color (decimal): -13550703 or 9517873. OLE color: 9517873.

HSL color Cylindrical-coordinate representation of color #313B91: hue angle of 233.75º 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 #313B91 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 59 145 -
CMYK 0.66 0.59 0 0.43
HSL 233.75º 0.49% 0.38% -
HSV(B) 233.75º 0.66% 0.57% -
XYZ 7.94 5.83 27.49 -
YUV 65.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 49 59 145 0.66 0.59 0 0.43 233.75 0.49 0.38
Hex 31 3B 91 42 3B 0 2B EA 31 26
Octal 61 73 221 102 73 0 53 352 61 46
Binary 110001 111011 10010001 1000010 111011 0 101011 11101010 110001 100110

Color Harmonies of #313B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B91

Black with #313B91

Text Example


Text Example

White with #313B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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