Html Css Color HEX #313085 Jacksons Purple

📋 copy color: '#313085'

red 49 ◦ green 48 ◦ blue 133

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

Shades of Jacksons Purple #313085

Tints of Jacksons Purple #313085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 21.3%
G = 20.87%
B = 57.83%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#313085 (or 0x313085) is known color: Jacksons Purple. HEX triplet: 31, 30 and 85. RGB value is (49,48,133). Sum of RGB (Red+Green+Blue) = 49+48+133=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #313085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313085 is #CECF7A. Grayscale: #393939. Windows color (decimal): -13553531 or 8728625. OLE color: 8728625.

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

Color convert

RGB 49 48 133 -
CMYK 0.63 0.64 0 0.48
HSL 240.71º 0.47% 0.35% -
HSV(B) 240.71º 0.64% 0.52% -
XYZ 6.56 4.46 22.71 -
YUV 57.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 49 48 133 0.63 0.64 0 0.48 240.71 0.47 0.35
Hex 31 30 85 3F 40 0 30 F1 2F 23
Octal 61 60 205 77 100 0 60 361 57 43
Binary 110001 110000 10000101 111111 1000000 0 110000 11110001 101111 100011

Color Harmonies of #313085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313085

Black with #313085

Text Example


Text Example

White with #313085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313085; }

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

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

background-color css

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

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

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

border-color css

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

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

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