Html Css Color HEX #313392 Jacksons Purple

📋 copy color: '#313392'

red 49 ◦ green 51 ◦ blue 146

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

Shades of Jacksons Purple #313392

Tints of Jacksons Purple #313392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 19.92%
G = 20.73%
B = 59.35%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313392 (or 0x313392) is known color: Jacksons Purple. HEX triplet: 31, 33 and 92. RGB value is (49,51,146). Sum of RGB (Red+Green+Blue) = 49+51+146=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #313392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313392 is #CECC6D. Grayscale: #3C3C3C. Windows color (decimal): -13552750 or 9581361. OLE color: 9581361.

HSL color Cylindrical-coordinate representation of color #313392: hue angle of 238.76º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313392 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 51 146 -
CMYK 0.66 0.65 0 0.43
HSL 238.76º 0.5% 0.38% -
HSV(B) 238.76º 0.66% 0.57% -
XYZ 7.64 5.1 27.78 -
YUV 61.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 49 51 146 0.66 0.65 0 0.43 238.76 0.5 0.38
Hex 31 33 92 42 41 0 2B EF 32 26
Octal 61 63 222 102 101 0 53 357 62 46
Binary 110001 110011 10010010 1000010 1000001 0 101011 11101111 110010 100110

Color Harmonies of #313392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313392

Black with #313392

Text Example


Text Example

White with #313392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313392; }

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

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

background-color css

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

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

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

border-color css

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

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

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