Html Css Color HEX #313590 Jacksons Purple

📋 copy color: '#313590'

red 49 ◦ green 53 ◦ blue 144

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

Shades of Jacksons Purple #313590

Tints of Jacksons Purple #313590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 19.92%
G = 21.54%
B = 58.54%

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

#313590 (or 0x313590) is known color: Jacksons Purple. HEX triplet: 31, 35 and 90. RGB value is (49,53,144). Sum of RGB (Red+Green+Blue) = 49+53+144=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #313590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313590 is #CECA6F. Grayscale: #3D3D3D. Windows color (decimal): -13552240 or 9450801. OLE color: 9450801.

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

Color convert

RGB 49 53 144 -
CMYK 0.66 0.63 0 0.44
HSL 237.47º 0.49% 0.38% -
HSV(B) 237.47º 0.66% 0.56% -
XYZ 7.57 5.21 26.99 -
YUV 62.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 49 53 144 0.66 0.63 0 0.44 237.47 0.49 0.38
Hex 31 35 90 42 3F 0 2C ED 31 26
Octal 61 65 220 102 77 0 54 355 61 46
Binary 110001 110101 10010000 1000010 111111 0 101100 11101101 110001 100110

Color Harmonies of #313590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313590

Black with #313590

Text Example


Text Example

White with #313590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313590; }

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

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

background-color css

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

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

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

border-color css

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

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

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