#454481

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

Shades of Jacksons Purple #454481

Tints of Jacksons Purple #454481

Color information

#454481 (or 0x454481) is unknown color: approx Jacksons Purple. HEX triplet: 45, 44 and 81. RGB value is (69,68,129). Sum of RGB (Red+Green+Blue) = 69+68+129=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #454481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454481 is #BABB7E. Grayscale: #4B4B4B. Windows color (decimal): -12237695 or 8471621. OLE color: 8471621.

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

Color convert

RGB6968129-
CMYK0.470.4700.49
HSL240.98º30.96%38.63%-
HSV(B)240.98º47.29%50.59%-
XYZ8.486.9821.67-
YUV75.25158.33123.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=25.94%
G=25.56%
B=48.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69681290.470.4700.49240.9830.9638.63
Hex4544812F2F031f11f27
Octal10510420157570613613747
Binary100010110001001000000110111110111101100011111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454481; }

 p { color: rgb(69,68,129); }

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

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

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

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

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

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

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