#313083

Color #313083 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #313083

Tints of Jacksons Purple #313083

Color information

#313083 (or 0x313083) is unknown color: approx Jacksons Purple. HEX triplet: 31, 30 and 83. RGB value is (49,48,131). Sum of RGB (Red+Green+Blue) = 49+48+131=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #313083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313083 is #CECF7C. Grayscale: #393939. Windows color (decimal): -13553533 or 8597553. OLE color: 8597553.

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

Color convert

RGB4948131-
CMYK0.630.6300.49
HSL240.72º46.37%35.1%-
HSV(B)240.72º63.36%51.37%-
XYZ6.424.4121.98-
YUV57.76169.33121.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=21.49%
G=21.05%
B=57.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49481310.630.6300.49240.7246.3735.1
Hex3130833F3F031f12e23
Octal616020377770613615643
Binary11000111000010000011111111111111011000111110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313083; }

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

 H1.HeaderClassName
 {
   color: #313083;
 }
 .AnyTagClassName
 {
   color: #313083;
 }
</style>
background-color css

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

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

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

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

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

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