#454885

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

Shades of Jacksons Purple #454885

Tints of Jacksons Purple #454885

Color information

#454885 (or 0x454885) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 85. RGB value is (69,72,133). Sum of RGB (Red+Green+Blue) = 69+72+133=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #454885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454885 is #BAB77A. Grayscale: #4D4D4D. Windows color (decimal): -12236667 or 8734789. OLE color: 8734789.

HSL color Cylindrical-coordinate representation of color #454885: hue angle of 237.19º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454885 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6972133-
CMYK0.480.4600.48
HSL237.19º31.68%39.61%-
HSV(B)237.19º48.12%52.16%-
XYZ9.017.5923.18-
YUV78.06159.01121.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=25.18%
G=26.28%
B=48.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69721330.480.4600.48237.1931.6839.61
Hex454885302E030ed2028
Octal10511020560560603554050
Binary1000101100100010000101110000101110011000011101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454885; }

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

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

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

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

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

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

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

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