#454A81

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

Shades of Jacksons Purple #454A81

Tints of Jacksons Purple #454A81

Color information

#454A81 (or 0x454A81) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4A and 81. RGB value is (69,74,129). Sum of RGB (Red+Green+Blue) = 69+74+129=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #454A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454A81 is #BAB57E. Grayscale: #4E4E4E. Windows color (decimal): -12236159 or 8473157. OLE color: 8473157.

HSL color Cylindrical-coordinate representation of color #454A81: hue angle of 235º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454A81 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6974129-
CMYK0.470.4300.49
HSL235º30.3%38.82%-
HSV(B)235º46.51%50.59%-
XYZ8.877.7521.8-
YUV78.77156.34121.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=25.37%
G=27.21%
B=47.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69741290.470.4300.4923530.338.82
Hex454A812F2B031eb1e27
Octal10511220157530613533647
Binary100010110010101000000110111110101101100011110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,74,129); }

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

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

 a { background-color: rgb(69,74,129); }

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

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

 span { border-color: rgb(69,74,129); }

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