Html Css Color HEX #31338B Jacksons Purple

📋 copy color: '#31338B'

red 49 ◦ green 51 ◦ blue 139

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

Shades of Jacksons Purple #31338B

Tints of Jacksons Purple #31338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 20.5%
G = 21.34%
B = 58.16%

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

#31338B (or 0x31338B) is known color: Jacksons Purple. HEX triplet: 31, 33 and 8B. RGB value is (49,51,139). Sum of RGB (Red+Green+Blue) = 49+51+139=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #31338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31338B is #CECC74. Grayscale: #3C3C3C. Windows color (decimal): -13552757 or 9122609. OLE color: 9122609.

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

Color convert

RGB 49 51 139 -
CMYK 0.65 0.63 0 0.45
HSL 238.67º 0.48% 0.37% -
HSV(B) 238.67º 0.65% 0.55% -
XYZ 7.11 4.88 24.99 -
YUV 60.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 49 51 139 0.65 0.63 0 0.45 238.67 0.48 0.37
Hex 31 33 8B 41 3F 0 2D EF 30 25
Octal 61 63 213 101 77 0 55 357 60 45
Binary 110001 110011 10001011 1000001 111111 0 101101 11101111 110000 100101

Color Harmonies of #31338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31338B

Black with #31338B

Text Example


Text Example

White with #31338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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