Html Css Color HEX #31389B Jacksons Purple

📋 copy color: '#31389B'

red 49 ◦ green 56 ◦ blue 155

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

Shades of Jacksons Purple #31389B

Tints of Jacksons Purple #31389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 18.85%
G = 21.54%
B = 59.62%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31389B (or 0x31389B) is known color: Jacksons Purple. HEX triplet: 31, 38 and 9B. RGB value is (49,56,155). Sum of RGB (Red+Green+Blue) = 49+56+155=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #31389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31389B is #CEC764. Grayscale: #404040. Windows color (decimal): -13551461 or 10172465. OLE color: 10172465.

HSL color Cylindrical-coordinate representation of color #31389B: hue angle of 236.04º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31389B is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 56 155 -
CMYK 0.68 0.64 0 0.39
HSL 236.04º 0.52% 0.4% -
HSV(B) 236.04º 0.68% 0.61% -
XYZ 8.6 5.85 31.69 -
YUV 65.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 49 56 155 0.68 0.64 0 0.39 236.04 0.52 0.4
Hex 31 38 9B 44 40 0 27 EC 34 28
Octal 61 70 233 104 100 0 47 354 64 50
Binary 110001 111000 10011011 1000100 1000000 0 100111 11101100 110100 101000

Color Harmonies of #31389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31389B

Black with #31389B

Text Example


Text Example

White with #31389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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