Html Css Color HEX #313798 Jacksons Purple

📋 copy color: '#313798'

red 49 ◦ green 55 ◦ blue 152

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

Shades of Jacksons Purple #313798

Tints of Jacksons Purple #313798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 19.14%
G = 21.48%
B = 59.38%

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

#313798 (or 0x313798) is known color: Jacksons Purple. HEX triplet: 31, 37 and 98. RGB value is (49,55,152). Sum of RGB (Red+Green+Blue) = 49+55+152=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #313798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313798 is #CEC867. Grayscale: #3F3F3F. Windows color (decimal): -13551720 or 9975601. OLE color: 9975601.

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

Color convert

RGB 49 55 152 -
CMYK 0.68 0.64 0 0.40
HSL 236.5º 0.51% 0.39% -
HSV(B) 236.5º 0.68% 0.6% -
XYZ 8.3 5.65 30.36 -
YUV 64.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 49 55 152 0.68 0.64 0 0.40 236.5 0.51 0.39
Hex 31 37 98 44 40 0 28 ED 33 27
Octal 61 67 230 104 100 0 50 355 63 47
Binary 110001 110111 10011000 1000100 1000000 0 101000 11101101 110011 100111

Color Harmonies of #313798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313798

Black with #313798

Text Example


Text Example

White with #313798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313798; }

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

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

background-color css

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

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

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

border-color css

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

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

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