#453E7B

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

Shades of Jacksons Purple #453E7B

Tints of Jacksons Purple #453E7B

Color information

#453E7B (or 0x453E7B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 3E and 7B. RGB value is (69,62,123). Sum of RGB (Red+Green+Blue) = 69+62+123=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #453E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E7B is #BAC184. Grayscale: #464646. Windows color (decimal): -12239237 or 8076869. OLE color: 8076869.

HSL color Cylindrical-coordinate representation of color #453E7B: hue angle of 246.89º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453E7B is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6962123-
CMYK0.440.5000.52
HSL246.89º32.97%36.27%-
HSV(B)246.89º49.59%48.24%-
XYZ7.756.1419.52-
YUV71.05157.32126.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 62 (24.61% from 255) = 24.41%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=27.17%
G=24.41%
B=48.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69621230.440.5000.52246.8932.9736.27
Hex453E7B2C32034f72124
Octal1057617354620643674144
Binary10001011111101111011101100110010011010011110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453E7B; }

 p { color: rgb(69,62,123); }

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

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

 a { background-color: rgb(69,62,123); }

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

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

 span { border-color: rgb(69,62,123); }

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