Html Css Color HEX #313390 Jacksons Purple

📋 copy color: '#313390'

red 49 ◦ green 51 ◦ blue 144

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

Shades of Jacksons Purple #313390

Tints of Jacksons Purple #313390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 20.08%
G = 20.9%
B = 59.02%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313390 (or 0x313390) is known color: Jacksons Purple. HEX triplet: 31, 33 and 90. RGB value is (49,51,144). Sum of RGB (Red+Green+Blue) = 49+51+144=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #313390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313390 is #CECC6F. Grayscale: #3C3C3C. Windows color (decimal): -13552752 or 9450289. OLE color: 9450289.

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

Color convert

RGB 49 51 144 -
CMYK 0.66 0.65 0 0.44
HSL 238.74º 0.49% 0.38% -
HSV(B) 238.74º 0.66% 0.56% -
XYZ 7.48 5.03 26.96 -
YUV 61 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 49 51 144 0.66 0.65 0 0.44 238.74 0.49 0.38
Hex 31 33 90 42 41 0 2C EF 31 26
Octal 61 63 220 102 101 0 54 357 61 46
Binary 110001 110011 10010000 1000010 1000001 0 101100 11101111 110001 100110

Color Harmonies of #313390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313390

Black with #313390

Text Example


Text Example

White with #313390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313390; }

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

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

background-color css

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

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

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

border-color css

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

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

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