#454180

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

Shades of Jacksons Purple #454180

Tints of Jacksons Purple #454180

Color information

#454180 (or 0x454180) is unknown color: approx Jacksons Purple. HEX triplet: 45, 41 and 80. RGB value is (69,65,128). Sum of RGB (Red+Green+Blue) = 69+65+128=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #454180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454180 is #BABE7F. Grayscale: #494949. Windows color (decimal): -12238464 or 8405317. OLE color: 8405317.

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

Color convert

RGB6965128-
CMYK0.460.4900.50
HSL243.81º32.64%37.84%-
HSV(B)243.81º49.22%50.2%-
XYZ8.246.621.26-
YUV73.38158.83124.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=26.34%
G=24.81%
B=48.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69651280.460.4900.50243.8132.6437.84
Hex4541802E31032f42126
Octal10510120056610623644146
Binary1000101100000110000000101110110001011001011110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454180; }

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

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

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

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

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

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

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

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