Html Css Color HEX #31378D Jacksons Purple

📋 copy color: '#31378D'

red 49 ◦ green 55 ◦ blue 141

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

Shades of Jacksons Purple #31378D

Tints of Jacksons Purple #31378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 20%
G = 22.45%
B = 57.55%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31378D (or 0x31378D) is known color: Jacksons Purple. HEX triplet: 31, 37 and 8D. RGB value is (49,55,141). Sum of RGB (Red+Green+Blue) = 49+55+141=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #31378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31378D is #CEC872. Grayscale: #3E3E3E. Windows color (decimal): -13551731 or 9254705. OLE color: 9254705.

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

Color convert

RGB 49 55 141 -
CMYK 0.65 0.61 0 0.45
HSL 236.09º 0.48% 0.37% -
HSV(B) 236.09º 0.65% 0.55% -
XYZ 7.44 5.31 25.83 -
YUV 63.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 49 55 141 0.65 0.61 0 0.45 236.09 0.48 0.37
Hex 31 37 8D 41 3D 0 2D EC 30 25
Octal 61 67 215 101 75 0 55 354 60 45
Binary 110001 110111 10001101 1000001 111101 0 101101 11101100 110000 100101

Color Harmonies of #31378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31378D

Black with #31378D

Text Example


Text Example

White with #31378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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