#45437D

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

Shades of Jacksons Purple #45437D

Tints of Jacksons Purple #45437D

Color information

#45437D (or 0x45437D) is unknown color: approx Jacksons Purple. HEX triplet: 45, 43 and 7D. RGB value is (69,67,125). Sum of RGB (Red+Green+Blue) = 69+67+125=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #45437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45437D is #BABC82. Grayscale: #494949. Windows color (decimal): -12237955 or 8209221. OLE color: 8209221.

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

Color convert

RGB6967125-
CMYK0.450.4600.51
HSL242.07º30.21%37.65%-
HSV(B)242.07º46.4%49.02%-
XYZ8.166.7620.28-
YUV74.21156.66124.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=26.44%
G=25.67%
B=47.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69671250.450.4600.51242.0730.2137.65
Hex45437D2D2E033f21e26
Octal10510317555560633623646
Binary10001011000011111110110110110111001100111111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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