#454784

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

Shades of Jacksons Purple #454784

Tints of Jacksons Purple #454784

Color information

#454784 (or 0x454784) is unknown color: approx Jacksons Purple. HEX triplet: 45, 47 and 84. RGB value is (69,71,132). Sum of RGB (Red+Green+Blue) = 69+71+132=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #454784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454784 is #BAB87B. Grayscale: #4D4D4D. Windows color (decimal): -12236924 or 8668997. OLE color: 8668997.

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

Color convert

RGB6971132-
CMYK0.480.4600.48
HSL238.1º31.34%39.41%-
HSV(B)238.1º47.73%51.76%-
XYZ8.877.4422.8-
YUV77.36158.84122.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=25.37%
G=26.10%
B=48.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69711320.480.4600.48238.131.3439.41
Hex454784302E030ee1f27
Octal10510720460560603563747
Binary100010110001111000010011000010111001100001110111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454784; }

 p { color: rgb(69,71,132); }

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

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

 a { background-color: rgb(69,71,132); }

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

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

 span { border-color: rgb(69,71,132); }

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