Html Css Color HEX #313493 Jacksons Purple

📋 copy color: '#313493'

red 49 ◦ green 52 ◦ blue 147

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

Shades of Jacksons Purple #313493

Tints of Jacksons Purple #313493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 19.76%
G = 20.97%
B = 59.27%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313493 (or 0x313493) is known color: Jacksons Purple. HEX triplet: 31, 34 and 93. RGB value is (49,52,147). Sum of RGB (Red+Green+Blue) = 49+52+147=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #313493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313493 is #CECB6C. Grayscale: #3D3D3D. Windows color (decimal): -13552493 or 9647153. OLE color: 9647153.

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

Color convert

RGB 49 52 147 -
CMYK 0.67 0.65 0 0.42
HSL 238.16º 0.5% 0.38% -
HSV(B) 238.16º 0.67% 0.58% -
XYZ 7.76 5.22 28.2 -
YUV 61.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 49 52 147 0.67 0.65 0 0.42 238.16 0.5 0.38
Hex 31 34 93 43 41 0 2A EE 32 26
Octal 61 64 223 103 101 0 52 356 62 46
Binary 110001 110100 10010011 1000011 1000001 0 101010 11101110 110010 100110

Color Harmonies of #313493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313493

Black with #313493

Text Example


Text Example

White with #313493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313493; }

 p { color: rgb(49,52,147); }

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

background-color css

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

 a { background-color: rgb(49,52,147); }

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

border-color css

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

 span { border-color: rgb(49,52,147); }

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