Html Css Color HEX #313598 Jacksons Purple

📋 copy color: '#313598'

red 49 ◦ green 53 ◦ blue 152

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

Shades of Jacksons Purple #313598

Tints of Jacksons Purple #313598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 19.29%
G = 20.87%
B = 59.84%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#313598 (or 0x313598) is known color: Jacksons Purple. HEX triplet: 31, 35 and 98. RGB value is (49,53,152). Sum of RGB (Red+Green+Blue) = 49+53+152=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #313598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313598 is #CECA67. Grayscale: #3E3E3E. Windows color (decimal): -13552232 or 9975089. OLE color: 9975089.

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

Color convert

RGB 49 53 152 -
CMYK 0.68 0.65 0 0.40
HSL 237.67º 0.51% 0.39% -
HSV(B) 237.67º 0.68% 0.6% -
XYZ 8.21 5.47 30.33 -
YUV 63.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 49 53 152 0.68 0.65 0 0.40 237.67 0.51 0.39
Hex 31 35 98 44 41 0 28 EE 33 27
Octal 61 65 230 104 101 0 50 356 63 47
Binary 110001 110101 10011000 1000100 1000001 0 101000 11101110 110011 100111

Color Harmonies of #313598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313598

Black with #313598

Text Example


Text Example

White with #313598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313598; }

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

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

background-color css

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

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

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

border-color css

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

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

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