#454C88

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

Shades of Jacksons Purple #454C88

Tints of Jacksons Purple #454C88

Color information

#454C88 (or 0x454C88) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4C and 88. RGB value is (69,76,136). Sum of RGB (Red+Green+Blue) = 69+76+136=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #454C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454C88 is #BAB377. Grayscale: #505050. Windows color (decimal): -12235640 or 8932421. OLE color: 8932421.

HSL color Cylindrical-coordinate representation of color #454C88: hue angle of 233.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454C88 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6976136-
CMYK0.490.4400.47
HSL233.73º32.68%40.2%-
HSV(B)233.73º49.26%53.33%-
XYZ9.488.2124.38-
YUV80.75159.18119.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 136 (53.52% from 255) = 48.40%
R=24.56%
G=27.05%
B=48.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69761360.490.4400.47233.7332.6840.2
Hex454C88312C02Fea2128
Octal10511421061540573524150
Binary1000101100110010001000110001101100010111111101010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,76,136); }

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

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

 a { background-color: rgb(69,76,136); }

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

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

 span { border-color: rgb(69,76,136); }

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