Html Css Color HEX #313186 Jacksons Purple

📋 copy color: '#313186'

red 49 ◦ green 49 ◦ blue 134

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

Shades of Jacksons Purple #313186

Tints of Jacksons Purple #313186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 134 (52.73% from 255) = 57.76%

R = 21.12%
G = 21.12%
B = 57.76%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313186 (or 0x313186) is known color: Jacksons Purple. HEX triplet: 31, 31 and 86. RGB value is (49,49,134). Sum of RGB (Red+Green+Blue) = 49+49+134=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #313186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313186 is #CECE79. Grayscale: #3A3A3A. Windows color (decimal): -13553274 or 8794417. OLE color: 8794417.

HSL color Cylindrical-coordinate representation of color #313186: hue angle of 240º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313186 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 49 134 -
CMYK 0.63 0.63 0 0.47
HSL 240º 0.46% 0.36% -
HSV(B) 240º 0.63% 0.53% -
XYZ 6.67 4.57 23.09 -
YUV 58.69 170.5 121.09 -
System Red Green Blue C M Y K H S L
Decimal 49 49 134 0.63 0.63 0 0.47 240 0.46 0.36
Hex 31 31 86 3F 3F 0 2F F0 2E 24
Octal 61 61 206 77 77 0 57 360 56 44
Binary 110001 110001 10000110 111111 111111 0 101111 11110000 101110 100100

Color Harmonies of #313186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313186

Black with #313186

Text Example


Text Example

White with #313186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313186; }

 p { color: rgb(49,49,134); }

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

background-color css

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

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

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

border-color css

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

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

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