#454683

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

Shades of Jacksons Purple #454683

Tints of Jacksons Purple #454683

Color information

#454683 (or 0x454683) is unknown color: approx Jacksons Purple. HEX triplet: 45, 46 and 83. RGB value is (69,70,131). Sum of RGB (Red+Green+Blue) = 69+70+131=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #454683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454683 is #BAB97C. Grayscale: #4C4C4C. Windows color (decimal): -12237181 or 8603205. OLE color: 8603205.

HSL color Cylindrical-coordinate representation of color #454683: hue angle of 239.03º 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 #454683 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6970131-
CMYK0.470.4700.49
HSL239.03º31%39.22%-
HSV(B)239.03º47.33%51.37%-
XYZ8.747.2822.42-
YUV76.66158.67122.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=25.56%
G=25.93%
B=48.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69701310.470.4700.49239.033139.22
Hex4546832F2F031ef1f27
Octal10510620357570613573747
Binary100010110001101000001110111110111101100011110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454683; }

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

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

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

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

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

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

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

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