Html Css Color HEX #313289 Jacksons Purple

📋 copy color: '#313289'

red 49 ◦ green 50 ◦ blue 137

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

Shades of Jacksons Purple #313289

Tints of Jacksons Purple #313289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 20.76%
G = 21.19%
B = 58.05%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#313289 (or 0x313289) is known color: Jacksons Purple. HEX triplet: 31, 32 and 89. RGB value is (49,50,137). Sum of RGB (Red+Green+Blue) = 49+50+137=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #313289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313289 is #CECD76. Grayscale: #3B3B3B. Windows color (decimal): -13553015 or 8991281. OLE color: 8991281.

HSL color Cylindrical-coordinate representation of color #313289: hue angle of 239.32º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313289 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 50 137 -
CMYK 0.64 0.64 0 0.46
HSL 239.32º 0.47% 0.36% -
HSV(B) 239.32º 0.64% 0.54% -
XYZ 6.92 4.74 24.22 -
YUV 59.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 49 50 137 0.64 0.64 0 0.46 239.32 0.47 0.36
Hex 31 32 89 40 40 0 2E EF 2F 24
Octal 61 62 211 100 100 0 56 357 57 44
Binary 110001 110010 10001001 1000000 1000000 0 101110 11101111 101111 100100

Color Harmonies of #313289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313289

Black with #313289

Text Example


Text Example

White with #313289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313289; }

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

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

background-color css

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

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

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

border-color css

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

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

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