Html Css Color HEX #313683 Jacksons Purple

📋 copy color: '#313683'

red 49 ◦ green 54 ◦ blue 131

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

Shades of Jacksons Purple #313683

Tints of Jacksons Purple #313683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 20.94%
G = 23.08%
B = 55.98%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313683 (or 0x313683) is known color: Jacksons Purple. HEX triplet: 31, 36 and 83. RGB value is (49,54,131). Sum of RGB (Red+Green+Blue) = 49+54+131=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #313683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313683 is #CEC97C. Grayscale: #3C3C3C. Windows color (decimal): -13551997 or 8599089. OLE color: 8599089.

HSL color Cylindrical-coordinate representation of color #313683: hue angle of 236.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313683 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 54 131 -
CMYK 0.63 0.59 0 0.49
HSL 236.34º 0.46% 0.35% -
HSV(B) 236.34º 0.63% 0.51% -
XYZ 6.68 4.93 22.07 -
YUV 61.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 49 54 131 0.63 0.59 0 0.49 236.34 0.46 0.35
Hex 31 36 83 3F 3B 0 31 EC 2E 23
Octal 61 66 203 77 73 0 61 354 56 43
Binary 110001 110110 10000011 111111 111011 0 110001 11101100 101110 100011

Color Harmonies of #313683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313683

Black with #313683

Text Example


Text Example

White with #313683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313683; }

 p { color: rgb(49,54,131); }

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

background-color css

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

 a { background-color: rgb(49,54,131); }

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

border-color css

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

 span { border-color: rgb(49,54,131); }

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