#454384

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

Shades of Jacksons Purple #454384

Tints of Jacksons Purple #454384

Color information

#454384 (or 0x454384) is unknown color: approx Jacksons Purple. HEX triplet: 45, 43 and 84. RGB value is (69,67,132). Sum of RGB (Red+Green+Blue) = 69+67+132=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #454384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454384 is #BABC7B. Grayscale: #4A4A4A. Windows color (decimal): -12237948 or 8667973. OLE color: 8667973.

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

Color convert

RGB6967132-
CMYK0.480.4900.48
HSL241.85º32.66%39.02%-
HSV(B)241.85º49.24%51.76%-
XYZ8.636.9522.72-
YUV75.01160.16123.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=25.75%
G=25%
B=49.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69671320.480.4900.48241.8532.6639.02
Hex4543843031030f22127
Octal10510320460610603624147
Binary1000101100001110000100110000110001011000011110010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454384; }

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

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

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

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

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

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

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

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