#313482

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

Shades of Jacksons Purple #313482

Tints of Jacksons Purple #313482

Color information

#313482 (or 0x313482) is unknown color: approx Jacksons Purple. HEX triplet: 31, 34 and 82. RGB value is (49,52,130). Sum of RGB (Red+Green+Blue) = 49+52+130=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #313482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313482 is #CECB7D. Grayscale: #3B3B3B. Windows color (decimal): -13552510 or 8533041. OLE color: 8533041.

HSL color Cylindrical-coordinate representation of color #313482: hue angle of 237.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313482 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4952130-
CMYK0.620.6000.49
HSL237.78º45.25%35.1%-
HSV(B)237.78º62.31%50.98%-
XYZ6.524.7221.69-
YUV60167.51120.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=21.21%
G=22.51%
B=56.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49521300.620.6000.49237.7845.2535.1
Hex3134823E3C031ee2d23
Octal616420276740613565543
Binary11000111010010000010111110111100011000111101110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313482; }

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

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

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

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

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

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

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

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