#454A83

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

Shades of Jacksons Purple #454A83

Tints of Jacksons Purple #454A83

Color information

#454A83 (or 0x454A83) is unknown color: approx Jacksons Purple. HEX triplet: 45, 4A and 83. RGB value is (69,74,131). Sum of RGB (Red+Green+Blue) = 69+74+131=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #454A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454A83 is #BAB57C. Grayscale: #4E4E4E. Windows color (decimal): -12236157 or 8604229. OLE color: 8604229.

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

Color convert

RGB6974131-
CMYK0.470.4400.49
HSL235.16º31%39.22%-
HSV(B)235.16º47.33%51.37%-
XYZ97.822.5-
YUV79157.34120.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.18%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=25.18%
G=27.01%
B=47.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69741310.470.4400.49235.163139.22
Hex454A832F2C031eb1f27
Octal10511220357540613533747
Binary100010110010101000001110111110110001100011110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454A83; }

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

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

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

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

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

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

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

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