#454B8A

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

Shades of Jacksons Purple #454B8A

Tints of Jacksons Purple #454B8A

Color information

#454B8A (or 0x454B8A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4B and 8A. RGB value is (69,75,138). Sum of RGB (Red+Green+Blue) = 69+75+138=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #454B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B8A is #BAB475. Grayscale: #505050. Windows color (decimal): -12235894 or 9063237. OLE color: 9063237.

HSL color Cylindrical-coordinate representation of color #454B8A: hue angle of 234.78º 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 #454B8A is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6975138-
CMYK0.50.4600.46
HSL234.78º33.33%40.59%-
HSV(B)234.78º50%54.12%-
XYZ9.568.1325.11-
YUV80.39160.51119.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=24.47%
G=26.60%
B=48.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69751380.50.4600.46234.7833.3340.59
Hex454B8A322E02Eeb2129
Octal10511321262560563534151
Binary1000101100101110001010110010101110010111011101011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454B8A; }

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

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

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

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

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

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

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

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