Html Css Color HEX #313490 Jacksons Purple

📋 copy color: '#313490'

red 49 ◦ green 52 ◦ blue 144

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

Shades of Jacksons Purple #313490

Tints of Jacksons Purple #313490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 20%
G = 21.22%
B = 58.78%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#313490 (or 0x313490) is known color: Jacksons Purple. HEX triplet: 31, 34 and 90. RGB value is (49,52,144). Sum of RGB (Red+Green+Blue) = 49+52+144=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #313490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313490 is #CECB6F. Grayscale: #3D3D3D. Windows color (decimal): -13552496 or 9450545. OLE color: 9450545.

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

Color convert

RGB 49 52 144 -
CMYK 0.66 0.64 0 0.44
HSL 238.11º 0.49% 0.38% -
HSV(B) 238.11º 0.66% 0.56% -
XYZ 7.53 5.12 26.98 -
YUV 61.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 49 52 144 0.66 0.64 0 0.44 238.11 0.49 0.38
Hex 31 34 90 42 40 0 2C EE 31 26
Octal 61 64 220 102 100 0 54 356 61 46
Binary 110001 110100 10010000 1000010 1000000 0 101100 11101110 110001 100110

Color Harmonies of #313490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313490

Black with #313490

Text Example


Text Example

White with #313490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313490; }

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

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

background-color css

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

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

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

border-color css

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

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

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