#454383

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

Shades of Jacksons Purple #454383

Tints of Jacksons Purple #454383

Color information

#454383 (or 0x454383) is unknown color: approx Jacksons Purple. HEX triplet: 45, 43 and 83. RGB value is (69,67,131). Sum of RGB (Red+Green+Blue) = 69+67+131=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #454383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454383 is #BABC7C. Grayscale: #4A4A4A. Windows color (decimal): -12237949 or 8602437. OLE color: 8602437.

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

Color convert

RGB6967131-
CMYK0.470.4900.49
HSL241.88º32.32%38.82%-
HSV(B)241.88º48.85%51.37%-
XYZ8.566.9222.36-
YUV74.89159.66123.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=25.84%
G=25.09%
B=49.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69671310.470.4900.49241.8832.3238.82
Hex4543832F31031f22027
Octal10510320357610613624047
Binary1000101100001110000011101111110001011000111110010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454383; }

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

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

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

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

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

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

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

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