Html Css Color HEX #313698 Jacksons Purple

📋 copy color: '#313698'

red 49 ◦ green 54 ◦ blue 152

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

Shades of Jacksons Purple #313698

Tints of Jacksons Purple #313698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 19.22%
G = 21.18%
B = 59.61%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#313698 (or 0x313698) is known color: Jacksons Purple. HEX triplet: 31, 36 and 98. RGB value is (49,54,152). Sum of RGB (Red+Green+Blue) = 49+54+152=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #313698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313698 is #CEC967. Grayscale: #3F3F3F. Windows color (decimal): -13551976 or 9975345. OLE color: 9975345.

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

Color convert

RGB 49 54 152 -
CMYK 0.68 0.64 0 0.40
HSL 237.09º 0.51% 0.39% -
HSV(B) 237.09º 0.68% 0.6% -
XYZ 8.25 5.56 30.34 -
YUV 63.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 49 54 152 0.68 0.64 0 0.40 237.09 0.51 0.39
Hex 31 36 98 44 40 0 28 ED 33 27
Octal 61 66 230 104 100 0 50 355 63 47
Binary 110001 110110 10011000 1000100 1000000 0 101000 11101101 110011 100111

Color Harmonies of #313698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313698

Black with #313698

Text Example


Text Example

White with #313698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313698; }

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

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

background-color css

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

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

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

border-color css

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

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

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