Html Css Color HEX #313385 Jacksons Purple

📋 copy color: '#313385'

red 49 ◦ green 51 ◦ blue 133

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

Shades of Jacksons Purple #313385

Tints of Jacksons Purple #313385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 21.03%
G = 21.89%
B = 57.08%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#313385 (or 0x313385) is known color: Jacksons Purple. HEX triplet: 31, 33 and 85. RGB value is (49,51,133). Sum of RGB (Red+Green+Blue) = 49+51+133=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #313385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313385 is #CECC7A. Grayscale: #3B3B3B. Windows color (decimal): -13552763 or 8729393. OLE color: 8729393.

HSL color Cylindrical-coordinate representation of color #313385: hue angle of 238.57º 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 #313385 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 51 133 -
CMYK 0.63 0.62 0 0.48
HSL 238.57º 0.46% 0.36% -
HSV(B) 238.57º 0.63% 0.52% -
XYZ 6.68 4.71 22.75 -
YUV 59.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 49 51 133 0.63 0.62 0 0.48 238.57 0.46 0.36
Hex 31 33 85 3F 3E 0 30 EF 2E 24
Octal 61 63 205 77 76 0 60 357 56 44
Binary 110001 110011 10000101 111111 111110 0 110000 11101111 101110 100100

Color Harmonies of #313385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313385

Black with #313385

Text Example


Text Example

White with #313385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313385; }

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

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

background-color css

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

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

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

border-color css

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

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

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