#454280

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

Shades of Jacksons Purple #454280

Tints of Jacksons Purple #454280

Color information

#454280 (or 0x454280) is unknown color: approx Jacksons Purple. HEX triplet: 45, 42 and 80. RGB value is (69,66,128). Sum of RGB (Red+Green+Blue) = 69+66+128=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #454280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454280 is #BABD7F. Grayscale: #494949. Windows color (decimal): -12238208 or 8405573. OLE color: 8405573.

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

Color convert

RGB6966128-
CMYK0.460.4800.50
HSL242.9º31.96%38.04%-
HSV(B)242.9º48.44%50.2%-
XYZ8.36.7221.28-
YUV73.96158.49124.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=26.24%
G=25.10%
B=48.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69661280.460.4800.50242.931.9638.04
Hex4542802E30032f32026
Octal10510220056600623634046
Binary1000101100001010000000101110110000011001011110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454280; }

 p { color: rgb(69,66,128); }

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

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

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

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

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

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

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