#454584

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

Shades of Jacksons Purple #454584

Tints of Jacksons Purple #454584

Color information

#454584 (or 0x454584) is unknown color: approx Jacksons Purple. HEX triplet: 45, 45 and 84. RGB value is (69,69,132). Sum of RGB (Red+Green+Blue) = 69+69+132=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #454584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454584 is #BABA7B. Grayscale: #4B4B4B. Windows color (decimal): -12237436 or 8668485. OLE color: 8668485.

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

Color convert

RGB6969132-
CMYK0.480.4800.48
HSL240º31.34%39.41%-
HSV(B)240º47.73%51.76%-
XYZ8.757.1922.76-
YUV76.18159.5122.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=25.56%
G=25.56%
B=48.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69691320.480.4800.4824031.3439.41
Hex4545843030030f01f27
Octal10510520460600603603747
Binary100010110001011000010011000011000001100001111000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454584; }

 p { color: rgb(69,69,132); }

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

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

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

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

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

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

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