#48487B

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

Shades of Jacksons Purple #48487B

Tints of Jacksons Purple #48487B

Color information

#48487B (or 0x48487B) is unknown color: approx Jacksons Purple. HEX triplet: 48, 48 and 7B. RGB value is (72,72,123). Sum of RGB (Red+Green+Blue) = 72+72+123=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #48487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48487B is #B7B784. Grayscale: #4D4D4D. Windows color (decimal): -12040069 or 8079432. OLE color: 8079432.

HSL color Cylindrical-coordinate representation of color #48487B: hue angle of 240º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48487B is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7272123-
CMYK0.410.4100.52
HSL240º26.15%38.24%-
HSV(B)240º41.46%48.24%-
XYZ8.577.4419.72-
YUV77.81153.5123.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=26.97%
G=26.97%
B=46.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72721230.410.4100.5224026.1538.24
Hex48487B2929034f01a26
Octal11011017351510643603246
Binary10010001001000111101110100110100101101001111000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48487B; }

 p { color: rgb(72,72,123); }

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

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

 a { background-color: rgb(72,72,123); }

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

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

 span { border-color: rgb(72,72,123); }

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