Html Css Color HEX #31318B Jacksons Purple

📋 copy color: '#31318B'

red 49 ◦ green 49 ◦ blue 139

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

Shades of Jacksons Purple #31318B

Tints of Jacksons Purple #31318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 139 (54.69% from 255) = 58.65%

R = 20.68%
G = 20.68%
B = 58.65%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31318B (or 0x31318B) is known color: Jacksons Purple. HEX triplet: 31, 31 and 8B. RGB value is (49,49,139). Sum of RGB (Red+Green+Blue) = 49+49+139=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #31318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31318B is #CECE74. Grayscale: #3A3A3A. Windows color (decimal): -13553269 or 9122097. OLE color: 9122097.

HSL color Cylindrical-coordinate representation of color #31318B: hue angle of 240º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31318B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 49 139 -
CMYK 0.65 0.65 0 0.45
HSL 240º 0.48% 0.37% -
HSV(B) 240º 0.65% 0.55% -
XYZ 7.03 4.71 24.97 -
YUV 59.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 49 49 139 0.65 0.65 0 0.45 240 0.48 0.37
Hex 31 31 8B 41 41 0 2D F0 30 25
Octal 61 61 213 101 101 0 55 360 60 45
Binary 110001 110001 10001011 1000001 1000001 0 101101 11110000 110000 100101

Color Harmonies of #31318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31318B

Black with #31318B

Text Example


Text Example

White with #31318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31318B; }

 p { color: rgb(49,49,139); }

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

background-color css

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

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

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

border-color css

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

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

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