Html Css Color HEX #313699 Jacksons Purple

📋 copy color: '#313699'

red 49 ◦ green 54 ◦ blue 153

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

Shades of Jacksons Purple #313699

Tints of Jacksons Purple #313699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 19.14%
G = 21.09%
B = 59.77%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#313699 (or 0x313699) is known color: Jacksons Purple. HEX triplet: 31, 36 and 99. RGB value is (49,54,153). Sum of RGB (Red+Green+Blue) = 49+54+153=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #313699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313699 is #CEC966. Grayscale: #3F3F3F. Windows color (decimal): -13551975 or 10040881. OLE color: 10040881.

HSL color Cylindrical-coordinate representation of color #313699: hue angle of 237.12º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313699 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 54 153 -
CMYK 0.68 0.65 0 0.4
HSL 237.12º 0.51% 0.4% -
HSV(B) 237.12º 0.68% 0.6% -
XYZ 8.34 5.59 30.78 -
YUV 63.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 49 54 153 0.68 0.65 0 0.4 237.12 0.51 0.4
Hex 31 36 99 44 41 0 28 ED 33 28
Octal 61 66 231 104 101 0 50 355 63 50
Binary 110001 110110 10011001 1000100 1000001 0 101000 11101101 110011 101000

Color Harmonies of #313699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313699

Black with #313699

Text Example


Text Example

White with #313699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313699; }

 p { color: rgb(49,54,153); }

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

background-color css

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

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

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

border-color css

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

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

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