#454888

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

Shades of Jacksons Purple #454888

Tints of Jacksons Purple #454888

Color information

#454888 (or 0x454888) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 88. RGB value is (69,72,136). Sum of RGB (Red+Green+Blue) = 69+72+136=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #454888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454888 is #BAB777. Grayscale: #4E4E4E. Windows color (decimal): -12236664 or 8931397. OLE color: 8931397.

HSL color Cylindrical-coordinate representation of color #454888: hue angle of 237.31º 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 #454888 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6972136-
CMYK0.490.4700.47
HSL237.31º32.68%40.2%-
HSV(B)237.31º49.26%53.33%-
XYZ9.227.6824.29-
YUV78.4160.51121.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=24.91%
G=25.99%
B=49.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69721360.490.4700.47237.3132.6840.2
Hex454888312F02Fed2128
Octal10511021061570573554150
Binary1000101100100010001000110001101111010111111101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454888; }

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

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

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

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

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

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

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

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