#45478A

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

Shades of Jacksons Purple #45478A

Tints of Jacksons Purple #45478A

Color information

#45478A (or 0x45478A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 47 and 8A. RGB value is (69,71,138). Sum of RGB (Red+Green+Blue) = 69+71+138=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #45478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45478A is #BAB875. Grayscale: #4D4D4D. Windows color (decimal): -12236918 or 9062213. OLE color: 9062213.

HSL color Cylindrical-coordinate representation of color #45478A: hue angle of 238.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45478A is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6971138-
CMYK0.50.4900.46
HSL238.26º33.33%40.59%-
HSV(B)238.26º50%54.12%-
XYZ9.297.6125.02-
YUV78.04161.84121.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=24.82%
G=25.54%
B=49.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69711380.50.4900.46238.2633.3340.59
Hex45478A323102Eee2129
Octal10510721262610563564151
Binary1000101100011110001010110010110001010111011101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45478A; }

 p { color: rgb(69,71,138); }

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

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

 a { background-color: rgb(69,71,138); }

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

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

 span { border-color: rgb(69,71,138); }

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