#45427D

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

Shades of Jacksons Purple #45427D

Tints of Jacksons Purple #45427D

Color information

#45427D (or 0x45427D) is unknown color: approx Jacksons Purple. HEX triplet: 45, 42 and 7D. RGB value is (69,66,125). Sum of RGB (Red+Green+Blue) = 69+66+125=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #45427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45427D is #BABD82. Grayscale: #494949. Windows color (decimal): -12238211 or 8208965. OLE color: 8208965.

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

Color convert

RGB6966125-
CMYK0.450.4700.51
HSL243.05º30.89%37.45%-
HSV(B)243.05º47.2%49.02%-
XYZ8.16.6420.26-
YUV73.62156.99124.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=26.54%
G=25.38%
B=48.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69661250.450.4700.51243.0530.8937.45
Hex45427D2D2F033f31f25
Octal10510217555570633633745
Binary10001011000010111110110110110111101100111111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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