Html Css Color HEX #313B90 Jacksons Purple

📋 copy color: '#313B90'

red 49 ◦ green 59 ◦ blue 144

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

Shades of Jacksons Purple #313B90

Tints of Jacksons Purple #313B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 19.44%
G = 23.41%
B = 57.14%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313B90 (or 0x313B90) is known color: Jacksons Purple. HEX triplet: 31, 3B and 90. RGB value is (49,59,144). Sum of RGB (Red+Green+Blue) = 49+59+144=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #313B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B90 is #CEC46F. Grayscale: #414141. Windows color (decimal): -13550704 or 9452337. OLE color: 9452337.

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

Color convert

RGB 49 59 144 -
CMYK 0.66 0.59 0 0.44
HSL 233.68º 0.49% 0.38% -
HSV(B) 233.68º 0.66% 0.56% -
XYZ 7.86 5.79 27.09 -
YUV 65.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 49 59 144 0.66 0.59 0 0.44 233.68 0.49 0.38
Hex 31 3B 90 42 3B 0 2C EA 31 26
Octal 61 73 220 102 73 0 54 352 61 46
Binary 110001 111011 10010000 1000010 111011 0 101100 11101010 110001 100110

Color Harmonies of #313B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B90

Black with #313B90

Text Example


Text Example

White with #313B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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