Html Css Color HEX #313785 Jacksons Purple

📋 copy color: '#313785'

red 49 ◦ green 55 ◦ blue 133

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

Shades of Jacksons Purple #313785

Tints of Jacksons Purple #313785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 20.68%
G = 23.21%
B = 56.12%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#313785 (or 0x313785) is known color: Jacksons Purple. HEX triplet: 31, 37 and 85. RGB value is (49,55,133). Sum of RGB (Red+Green+Blue) = 49+55+133=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #313785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313785 is #CEC87A. Grayscale: #3D3D3D. Windows color (decimal): -13551739 or 8730417. OLE color: 8730417.

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

Color convert

RGB 49 55 133 -
CMYK 0.63 0.59 0 0.48
HSL 235.71º 0.46% 0.36% -
HSV(B) 235.71º 0.63% 0.52% -
XYZ 6.87 5.08 22.81 -
YUV 62.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 49 55 133 0.63 0.59 0 0.48 235.71 0.46 0.36
Hex 31 37 85 3F 3B 0 30 EC 2E 24
Octal 61 67 205 77 73 0 60 354 56 44
Binary 110001 110111 10000101 111111 111011 0 110000 11101100 101110 100100

Color Harmonies of #313785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313785

Black with #313785

Text Example


Text Example

White with #313785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313785; }

 p { color: rgb(49,55,133); }

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

background-color css

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

 a { background-color: rgb(49,55,133); }

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

border-color css

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

 span { border-color: rgb(49,55,133); }

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