Html Css Color HEX #313394 Jacksons Purple

📋 copy color: '#313394'

red 49 ◦ green 51 ◦ blue 148

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

Shades of Jacksons Purple #313394

Tints of Jacksons Purple #313394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 19.76%
G = 20.56%
B = 59.68%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313394 (or 0x313394) is known color: Jacksons Purple. HEX triplet: 31, 33 and 94. RGB value is (49,51,148). Sum of RGB (Red+Green+Blue) = 49+51+148=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #313394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313394 is #CECC6B. Grayscale: #3D3D3D. Windows color (decimal): -13552748 or 9712433. OLE color: 9712433.

HSL color Cylindrical-coordinate representation of color #313394: hue angle of 238.79º 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 #313394 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 51 148 -
CMYK 0.67 0.66 0 0.42
HSL 238.79º 0.5% 0.39% -
HSV(B) 238.79º 0.67% 0.58% -
XYZ 7.8 5.16 28.6 -
YUV 61.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 49 51 148 0.67 0.66 0 0.42 238.79 0.5 0.39
Hex 31 33 94 43 42 0 2A EF 32 27
Octal 61 63 224 103 102 0 52 357 62 47
Binary 110001 110011 10010100 1000011 1000010 0 101010 11101111 110010 100111

Color Harmonies of #313394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313394

Black with #313394

Text Example


Text Example

White with #313394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313394; }

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

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

background-color css

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

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

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

border-color css

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

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

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