Html Css Color HEX #313998 Jacksons Purple

📋 copy color: '#313998'

red 49 ◦ green 57 ◦ blue 152

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

Shades of Jacksons Purple #313998

Tints of Jacksons Purple #313998

RGB

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

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

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

R = 18.99%
G = 22.09%
B = 58.91%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#313998 (or 0x313998) is known color: Jacksons Purple. HEX triplet: 31, 39 and 98. RGB value is (49,57,152). Sum of RGB (Red+Green+Blue) = 49+57+152=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #313998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313998 is #CEC667. Grayscale: #414141. Windows color (decimal): -13551208 or 9976113. OLE color: 9976113.

HSL color Cylindrical-coordinate representation of color #313998: hue angle of 235.34º 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 #313998 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 57 152 -
CMYK 0.68 0.62 0 0.40
HSL 235.34º 0.51% 0.39% -
HSV(B) 235.34º 0.68% 0.6% -
XYZ 8.4 5.85 30.39 -
YUV 65.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 49 57 152 0.68 0.62 0 0.40 235.34 0.51 0.39
Hex 31 39 98 44 3E 0 28 EB 33 27
Octal 61 71 230 104 76 0 50 353 63 47
Binary 110001 111001 10011000 1000100 111110 0 101000 11101011 110011 100111

Color Harmonies of #313998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313998

Black with #313998

Text Example


Text Example

White with #313998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313998; }

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

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

background-color css

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

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

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

border-color css

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

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

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