Html Css Color HEX #313290 Jacksons Purple

📋 copy color: '#313290'

red 49 ◦ green 50 ◦ blue 144

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

Shades of Jacksons Purple #313290

Tints of Jacksons Purple #313290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 20.16%
G = 20.58%
B = 59.26%

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

#313290 (or 0x313290) is known color: Jacksons Purple. HEX triplet: 31, 32 and 90. RGB value is (49,50,144). Sum of RGB (Red+Green+Blue) = 49+50+144=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #313290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313290 is #CECD6F. Grayscale: #3C3C3C. Windows color (decimal): -13553008 or 9450033. OLE color: 9450033.

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

Color convert

RGB 49 50 144 -
CMYK 0.66 0.65 0 0.44
HSL 239.37º 0.49% 0.38% -
HSV(B) 239.37º 0.66% 0.56% -
XYZ 7.44 4.95 26.95 -
YUV 60.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 49 50 144 0.66 0.65 0 0.44 239.37 0.49 0.38
Hex 31 32 90 42 41 0 2C EF 31 26
Octal 61 62 220 102 101 0 54 357 61 46
Binary 110001 110010 10010000 1000010 1000001 0 101100 11101111 110001 100110

Color Harmonies of #313290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313290

Black with #313290

Text Example


Text Example

White with #313290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313290; }

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

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

background-color css

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

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

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

border-color css

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

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

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