Html Css Color HEX #313690 Jacksons Purple

📋 copy color: '#313690'

red 49 ◦ green 54 ◦ blue 144

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

Shades of Jacksons Purple #313690

Tints of Jacksons Purple #313690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 19.84%
G = 21.86%
B = 58.3%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313690 (or 0x313690) is known color: Jacksons Purple. HEX triplet: 31, 36 and 90. RGB value is (49,54,144). Sum of RGB (Red+Green+Blue) = 49+54+144=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #313690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313690 is #CEC96F. Grayscale: #3E3E3E. Windows color (decimal): -13551984 or 9451057. OLE color: 9451057.

HSL color Cylindrical-coordinate representation of color #313690: hue angle of 236.84º 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 #313690 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 54 144 -
CMYK 0.66 0.63 0 0.44
HSL 236.84º 0.49% 0.38% -
HSV(B) 236.84º 0.66% 0.56% -
XYZ 7.62 5.3 27.01 -
YUV 62.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 49 54 144 0.66 0.63 0 0.44 236.84 0.49 0.38
Hex 31 36 90 42 3F 0 2C ED 31 26
Octal 61 66 220 102 77 0 54 355 61 46
Binary 110001 110110 10010000 1000010 111111 0 101100 11101101 110001 100110

Color Harmonies of #313690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313690

Black with #313690

Text Example


Text Example

White with #313690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313690; }

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

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

background-color css

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

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

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

border-color css

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

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

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