Html Css Color HEX #31399B Jacksons Purple

📋 copy color: '#31399B'

red 49 ◦ green 57 ◦ blue 155

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

Shades of Jacksons Purple #31399B

Tints of Jacksons Purple #31399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 18.77%
G = 21.84%
B = 59.39%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31399B (or 0x31399B) is known color: Jacksons Purple. HEX triplet: 31, 39 and 9B. RGB value is (49,57,155). Sum of RGB (Red+Green+Blue) = 49+57+155=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #31399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31399B is #CEC664. Grayscale: #414141. Windows color (decimal): -13551205 or 10172721. OLE color: 10172721.

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

Color convert

RGB 49 57 155 -
CMYK 0.68 0.63 0 0.39
HSL 235.47º 0.52% 0.4% -
HSV(B) 235.47º 0.68% 0.61% -
XYZ 8.65 5.95 31.7 -
YUV 65.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 49 57 155 0.68 0.63 0 0.39 235.47 0.52 0.4
Hex 31 39 9B 44 3F 0 27 EB 34 28
Octal 61 71 233 104 77 0 47 353 64 50
Binary 110001 111001 10011011 1000100 111111 0 100111 11101011 110100 101000

Color Harmonies of #31399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31399B

Black with #31399B

Text Example


Text Example

White with #31399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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