Html Css Color HEX #31399C Jacksons Purple

📋 copy color: '#31399C'

red 49 ◦ green 57 ◦ blue 156

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

Shades of Jacksons Purple #31399C

Tints of Jacksons Purple #31399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 18.7%
G = 21.76%
B = 59.54%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31399C (or 0x31399C) is known color: Jacksons Purple. HEX triplet: 31, 39 and 9C. RGB value is (49,57,156). Sum of RGB (Red+Green+Blue) = 49+57+156=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #31399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31399C is #CEC663. Grayscale: #414141. Windows color (decimal): -13551204 or 10238257. OLE color: 10238257.

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

Color convert

RGB 49 57 156 -
CMYK 0.69 0.63 0 0.39
HSL 235.51º 0.52% 0.4% -
HSV(B) 235.51º 0.69% 0.61% -
XYZ 8.73 5.98 32.15 -
YUV 65.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 49 57 156 0.69 0.63 0 0.39 235.51 0.52 0.4
Hex 31 39 9C 45 3F 0 27 EC 34 28
Octal 61 71 234 105 77 0 47 354 64 50
Binary 110001 111001 10011100 1000101 111111 0 100111 11101100 110100 101000

Color Harmonies of #31399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31399C

Black with #31399C

Text Example


Text Example

White with #31399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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