#45437C

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

Shades of Jacksons Purple #45437C

Tints of Jacksons Purple #45437C

Color information

#45437C (or 0x45437C) is unknown color: approx Jacksons Purple. HEX triplet: 45, 43 and 7C. RGB value is (69,67,124). Sum of RGB (Red+Green+Blue) = 69+67+124=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #45437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45437C is #BABC83. Grayscale: #494949. Windows color (decimal): -12237956 or 8143685. OLE color: 8143685.

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

Color convert

RGB6967124-
CMYK0.440.4600.51
HSL242.11º29.84%37.45%-
HSV(B)242.11º45.97%48.63%-
XYZ8.16.7319.94-
YUV74.1156.16124.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=26.54%
G=25.77%
B=47.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69671240.440.4600.51242.1129.8437.45
Hex45437C2C2E033f21e25
Octal10510317454560633623645
Binary10001011000011111110010110010111001100111111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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