Html Css Color HEX #313592 Jacksons Purple

📋 copy color: '#313592'

red 49 ◦ green 53 ◦ blue 146

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

Shades of Jacksons Purple #313592

Tints of Jacksons Purple #313592

RGB

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

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

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

R = 19.76%
G = 21.37%
B = 58.87%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313592 (or 0x313592) is known color: Jacksons Purple. HEX triplet: 31, 35 and 92. RGB value is (49,53,146). Sum of RGB (Red+Green+Blue) = 49+53+146=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #313592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313592 is #CECA6D. Grayscale: #3E3E3E. Windows color (decimal): -13552238 or 9581873. OLE color: 9581873.

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

Color convert

RGB 49 53 146 -
CMYK 0.66 0.64 0 0.43
HSL 237.53º 0.5% 0.38% -
HSV(B) 237.53º 0.66% 0.57% -
XYZ 7.73 5.27 27.8 -
YUV 62.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 49 53 146 0.66 0.64 0 0.43 237.53 0.5 0.38
Hex 31 35 92 42 40 0 2B EE 32 26
Octal 61 65 222 102 100 0 53 356 62 46
Binary 110001 110101 10010010 1000010 1000000 0 101011 11101110 110010 100110

Color Harmonies of #313592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313592

Black with #313592

Text Example


Text Example

White with #313592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313592; }

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

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

background-color css

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

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

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

border-color css

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

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

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