Html Css Color HEX #313082 Jacksons Purple

📋 copy color: '#313082'

red 49 ◦ green 48 ◦ blue 130

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

Shades of Jacksons Purple #313082

Tints of Jacksons Purple #313082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.27%

R = 21.59%
G = 21.15%
B = 57.27%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313082 (or 0x313082) is known color: Jacksons Purple. HEX triplet: 31, 30 and 82. RGB value is (49,48,130). Sum of RGB (Red+Green+Blue) = 49+48+130=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #313082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313082 is #CECF7D. Grayscale: #393939. Windows color (decimal): -13553534 or 8532017. OLE color: 8532017.

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

Color convert

RGB 49 48 130 -
CMYK 0.62 0.63 0 0.49
HSL 240.73º 0.46% 0.35% -
HSV(B) 240.73º 0.63% 0.51% -
XYZ 6.35 4.38 21.63 -
YUV 57.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 49 48 130 0.62 0.63 0 0.49 240.73 0.46 0.35
Hex 31 30 82 3E 3F 0 31 F1 2E 23
Octal 61 60 202 76 77 0 61 361 56 43
Binary 110001 110000 10000010 111110 111111 0 110001 11110001 101110 100011

Color Harmonies of #313082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313082

Black with #313082

Text Example


Text Example

White with #313082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313082; }

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

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

background-color css

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

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

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

border-color css

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

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

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