#45437B

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

Shades of Jacksons Purple #45437B

Tints of Jacksons Purple #45437B

Color information

#45437B (or 0x45437B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 43 and 7B. RGB value is (69,67,123). Sum of RGB (Red+Green+Blue) = 69+67+123=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #45437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45437B is #BABC84. Grayscale: #494949. Windows color (decimal): -12237957 or 8078149. OLE color: 8078149.

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

Color convert

RGB6967123-
CMYK0.440.4600.52
HSL242.14º29.47%37.25%-
HSV(B)242.14º45.53%48.24%-
XYZ8.046.7119.61-
YUV73.98155.66124.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=26.64%
G=25.87%
B=47.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69671230.440.4600.52242.1429.4737.25
Hex45437B2C2E034f21d25
Octal10510317354560643623545
Binary10001011000011111101110110010111001101001111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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