#454181

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

Shades of Jacksons Purple #454181

Tints of Jacksons Purple #454181

Color information

#454181 (or 0x454181) is unknown color: approx Jacksons Purple. HEX triplet: 45, 41 and 81. RGB value is (69,65,129). Sum of RGB (Red+Green+Blue) = 69+65+129=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #454181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454181 is #BABE7E. Grayscale: #494949. Windows color (decimal): -12238463 or 8470853. OLE color: 8470853.

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

Color convert

RGB6965129-
CMYK0.470.5000.49
HSL243.75º32.99%38.04%-
HSV(B)243.75º49.61%50.59%-
XYZ8.316.6321.61-
YUV73.49159.33124.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=26.24%
G=24.71%
B=49.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69651290.470.5000.49243.7532.9938.04
Hex4541812F32031f42126
Octal10510120157620613644146
Binary1000101100000110000001101111110010011000111110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454181; }

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

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

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

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

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

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

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

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