Html Css Color HEX #31348D Jacksons Purple

📋 copy color: '#31348D'

red 49 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #31348D

Tints of Jacksons Purple #31348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 20.25%
G = 21.49%
B = 58.26%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31348D (or 0x31348D) is known color: Jacksons Purple. HEX triplet: 31, 34 and 8D. RGB value is (49,52,141). Sum of RGB (Red+Green+Blue) = 49+52+141=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #31348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31348D is #CECB72. Grayscale: #3C3C3C. Windows color (decimal): -13552499 or 9253937. OLE color: 9253937.

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

Color convert

RGB 49 52 141 -
CMYK 0.65 0.63 0 0.45
HSL 238.04º 0.48% 0.37% -
HSV(B) 238.04º 0.65% 0.55% -
XYZ 7.3 5.03 25.79 -
YUV 61.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 49 52 141 0.65 0.63 0 0.45 238.04 0.48 0.37
Hex 31 34 8D 41 3F 0 2D EE 30 25
Octal 61 64 215 101 77 0 55 356 60 45
Binary 110001 110100 10001101 1000001 111111 0 101101 11101110 110000 100101

Color Harmonies of #31348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31348D

Black with #31348D

Text Example


Text Example

White with #31348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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