Html Css Color HEX #31388D Jacksons Purple

📋 copy color: '#31388D'

red 49 ◦ green 56 ◦ blue 141

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

Shades of Jacksons Purple #31388D

Tints of Jacksons Purple #31388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.76%

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 19.92%
G = 22.76%
B = 57.32%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31388D (or 0x31388D) is known color: Jacksons Purple. HEX triplet: 31, 38 and 8D. RGB value is (49,56,141). Sum of RGB (Red+Green+Blue) = 49+56+141=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #31388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31388D is #CEC772. Grayscale: #3F3F3F. Windows color (decimal): -13551475 or 9254961. OLE color: 9254961.

HSL color Cylindrical-coordinate representation of color #31388D: hue angle of 235.43º 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 #31388D is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 56 141 -
CMYK 0.65 0.60 0 0.45
HSL 235.43º 0.48% 0.37% -
HSV(B) 235.43º 0.65% 0.55% -
XYZ 7.49 5.4 25.85 -
YUV 63.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 49 56 141 0.65 0.60 0 0.45 235.43 0.48 0.37
Hex 31 38 8D 41 3C 0 2D EB 30 25
Octal 61 70 215 101 74 0 55 353 60 45
Binary 110001 111000 10001101 1000001 111100 0 101101 11101011 110000 100101

Color Harmonies of #31388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31388D

Black with #31388D

Text Example


Text Example

White with #31388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31388D; }

 p { color: rgb(49,56,141); }

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

background-color css

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

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

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

border-color css

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

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

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