Html Css Color HEX #313894 Jacksons Purple

📋 copy color: '#313894'

red 49 ◦ green 56 ◦ blue 148

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

Shades of Jacksons Purple #313894

Tints of Jacksons Purple #313894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 19.37%
G = 22.13%
B = 58.5%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313894 (or 0x313894) is known color: Jacksons Purple. HEX triplet: 31, 38 and 94. RGB value is (49,56,148). Sum of RGB (Red+Green+Blue) = 49+56+148=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #313894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313894 is #CEC76B. Grayscale: #404040. Windows color (decimal): -13551468 or 9713713. OLE color: 9713713.

HSL color Cylindrical-coordinate representation of color #313894: hue angle of 235.76º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313894 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 56 148 -
CMYK 0.67 0.62 0 0.42
HSL 235.76º 0.5% 0.39% -
HSV(B) 235.76º 0.67% 0.58% -
XYZ 8.03 5.62 28.68 -
YUV 64.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 49 56 148 0.67 0.62 0 0.42 235.76 0.5 0.39
Hex 31 38 94 43 3E 0 2A EC 32 27
Octal 61 70 224 103 76 0 52 354 62 47
Binary 110001 111000 10010100 1000011 111110 0 101010 11101100 110010 100111

Color Harmonies of #313894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313894

Black with #313894

Text Example


Text Example

White with #313894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313894; }

 p { color: rgb(49,56,148); }

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

background-color css

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

 a { background-color: rgb(49,56,148); }

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

border-color css

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

 span { border-color: rgb(49,56,148); }

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