Html Css Color HEX #313A93 Jacksons Purple

📋 copy color: '#313A93'

red 49 ◦ green 58 ◦ blue 147

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

Shades of Jacksons Purple #313A93

Tints of Jacksons Purple #313A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

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

R = 19.29%
G = 22.83%
B = 57.87%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#313A93 (or 0x313A93) is known color: Jacksons Purple. HEX triplet: 31, 3A and 93. RGB value is (49,58,147). Sum of RGB (Red+Green+Blue) = 49+58+147=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #313A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A93 is #CEC56C. Grayscale: #414141. Windows color (decimal): -13550957 or 9648689. OLE color: 9648689.

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

Color convert

RGB 49 58 147 -
CMYK 0.67 0.61 0 0.42
HSL 234.49º 0.5% 0.38% -
HSV(B) 234.49º 0.67% 0.58% -
XYZ 8.05 5.79 28.3 -
YUV 65.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 49 58 147 0.67 0.61 0 0.42 234.49 0.5 0.38
Hex 31 3A 93 43 3D 0 2A EA 32 26
Octal 61 72 223 103 75 0 52 352 62 46
Binary 110001 111010 10010011 1000011 111101 0 101010 11101010 110010 100110

Color Harmonies of #313A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A93

Black with #313A93

Text Example


Text Example

White with #313A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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