Html Css Color HEX #312980 Jacksons Purple

📋 copy color: '#312980'

red 49 ◦ green 41 ◦ blue 128

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

Shades of Jacksons Purple #312980

Tints of Jacksons Purple #312980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 128 (50.39% from 255) = 58.72%

R = 22.48%
G = 18.81%
B = 58.72%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#312980 (or 0x312980) is known color: Jacksons Purple. HEX triplet: 31, 29 and 80. RGB value is (49,41,128). Sum of RGB (Red+Green+Blue) = 49+41+128=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #312980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312980 is #CED67F. Grayscale: #343434. Windows color (decimal): -13555328 or 8399153. OLE color: 8399153.

HSL color Cylindrical-coordinate representation of color #312980: hue angle of 245.52º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312980 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 41 128 -
CMYK 0.62 0.68 0 0.50
HSL 245.52º 0.51% 0.33% -
HSV(B) 245.52º 0.68% 0.5% -
XYZ 5.96 3.8 20.84 -
YUV 53.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 49 41 128 0.62 0.68 0 0.50 245.52 0.51 0.33
Hex 31 29 80 3E 44 0 32 F6 33 21
Octal 61 51 200 76 104 0 62 366 63 41
Binary 110001 101001 10000000 111110 1000100 0 110010 11110110 110011 100001

Color Harmonies of #312980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312980

Black with #312980

Text Example


Text Example

White with #312980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312980; }

 p { color: rgb(49,41,128); }

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

background-color css

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

 a { background-color: rgb(49,41,128); }

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

border-color css

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

 span { border-color: rgb(49,41,128); }

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