#48437D

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

Shades of Jacksons Purple #48437D

Tints of Jacksons Purple #48437D

Color information

#48437D (or 0x48437D) is unknown color: approx Jacksons Purple. HEX triplet: 48, 43 and 7D. RGB value is (72,67,125). Sum of RGB (Red+Green+Blue) = 72+67+125=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #48437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48437D is #B7BC82. Grayscale: #4A4A4A. Windows color (decimal): -12041347 or 8209224. OLE color: 8209224.

HSL color Cylindrical-coordinate representation of color #48437D: hue angle of 245.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48437D is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7267125-
CMYK0.420.4600.51
HSL245.17º30.21%37.65%-
HSV(B)245.17º46.4%49.02%-
XYZ8.386.8720.29-
YUV75.11156.16125.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=27.27%
G=25.38%
B=47.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72671250.420.4600.51245.1730.2137.65
Hex48437D2A2E033f51e26
Octal11010317552560633653646
Binary10010001000011111110110101010111001100111111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48437D; }

 p { color: rgb(72,67,125); }

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

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

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

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

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

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

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