#45417B

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

Shades of Jacksons Purple #45417B

Tints of Jacksons Purple #45417B

Color information

#45417B (or 0x45417B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 41 and 7B. RGB value is (69,65,123). Sum of RGB (Red+Green+Blue) = 69+65+123=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #45417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45417B is #BABE84. Grayscale: #484848. Windows color (decimal): -12238469 or 8077637. OLE color: 8077637.

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

Color convert

RGB6965123-
CMYK0.440.4700.52
HSL244.14º30.85%36.86%-
HSV(B)244.14º47.15%48.24%-
XYZ7.926.4819.57-
YUV72.81156.33125.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=26.85%
G=25.29%
B=47.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69651230.440.4700.52244.1430.8536.86
Hex45417B2C2F034f41f25
Octal10510117354570643643745
Binary10001011000001111101110110010111101101001111010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45417B; }

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

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

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

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

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

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

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

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