Html Css Color HEX #31348B Jacksons Purple

📋 copy color: '#31348B'

red 49 ◦ green 52 ◦ blue 139

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

Shades of Jacksons Purple #31348B

Tints of Jacksons Purple #31348B

RGB

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

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

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

R = 20.42%
G = 21.67%
B = 57.92%

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

#31348B (or 0x31348B) is known color: Jacksons Purple. HEX triplet: 31, 34 and 8B. RGB value is (49,52,139). Sum of RGB (Red+Green+Blue) = 49+52+139=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #31348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31348B is #CECB74. Grayscale: #3C3C3C. Windows color (decimal): -13552501 or 9122865. OLE color: 9122865.

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

Color convert

RGB 49 52 139 -
CMYK 0.65 0.63 0 0.45
HSL 238º 0.48% 0.37% -
HSV(B) 238º 0.65% 0.55% -
XYZ 7.15 4.97 25.01 -
YUV 61.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 49 52 139 0.65 0.63 0 0.45 238 0.48 0.37
Hex 31 34 8B 41 3F 0 2D EE 30 25
Octal 61 64 213 101 77 0 55 356 60 45
Binary 110001 110100 10001011 1000001 111111 0 101101 11101110 110000 100101

Color Harmonies of #31348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31348B

Black with #31348B

Text Example


Text Example

White with #31348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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