Html Css Color HEX #313294 Jacksons Purple

📋 copy color: '#313294'

red 49 ◦ green 50 ◦ blue 148

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

Shades of Jacksons Purple #313294

Tints of Jacksons Purple #313294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

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

R = 19.84%
G = 20.24%
B = 59.92%

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

#313294 (or 0x313294) is known color: Jacksons Purple. HEX triplet: 31, 32 and 94. RGB value is (49,50,148). Sum of RGB (Red+Green+Blue) = 49+50+148=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #313294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313294 is #CECD6B. Grayscale: #3C3C3C. Windows color (decimal): -13553004 or 9712177. OLE color: 9712177.

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

Color convert

RGB 49 50 148 -
CMYK 0.67 0.66 0 0.42
HSL 239.39º 0.5% 0.39% -
HSV(B) 239.39º 0.67% 0.58% -
XYZ 7.75 5.07 28.59 -
YUV 60.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 49 50 148 0.67 0.66 0 0.42 239.39 0.5 0.39
Hex 31 32 94 43 42 0 2A EF 32 27
Octal 61 62 224 103 102 0 52 357 62 47
Binary 110001 110010 10010100 1000011 1000010 0 101010 11101111 110010 100111

Color Harmonies of #313294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313294

Black with #313294

Text Example


Text Example

White with #313294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313294; }

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

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

background-color css

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

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

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

border-color css

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

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

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