#453D7A

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

Shades of Jacksons Purple #453D7A

Tints of Jacksons Purple #453D7A

Color information

#453D7A (or 0x453D7A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 3D and 7A. RGB value is (69,61,122). Sum of RGB (Red+Green+Blue) = 69+61+122=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #453D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D7A is #BAC285. Grayscale: #464646. Windows color (decimal): -12239494 or 8011077. OLE color: 8011077.

HSL color Cylindrical-coordinate representation of color #453D7A: hue angle of 247.87º 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 #453D7A is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6961122-
CMYK0.430.5000.52
HSL247.87º33.33%35.88%-
HSV(B)247.87º50%47.84%-
XYZ7.646.0119.17-
YUV70.35157.15127.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=27.38%
G=24.21%
B=48.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69611220.430.5000.52247.8733.3335.88
Hex453D7A2B32034f82124
Octal1057517253620643704144
Binary10001011111011111010101011110010011010011111000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,122); }

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

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

 a { background-color: rgb(69,61,122); }

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

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

 span { border-color: rgb(69,61,122); }

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