#45427B

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

Shades of Jacksons Purple #45427B

Tints of Jacksons Purple #45427B

Color information

#45427B (or 0x45427B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 42 and 7B. RGB value is (69,66,123). Sum of RGB (Red+Green+Blue) = 69+66+123=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #45427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45427B is #BABD84. Grayscale: #494949. Windows color (decimal): -12238213 or 8077893. OLE color: 8077893.

HSL color Cylindrical-coordinate representation of color #45427B: hue angle of 243.16º degrees, saturation: 0.3, 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 #45427B is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6966123-
CMYK0.440.4600.52
HSL243.16º30.16%37.06%-
HSV(B)243.16º46.34%48.24%-
XYZ7.986.5919.59-
YUV73.4155.99124.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=26.74%
G=25.58%
B=47.67%

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
Decimal69661230.440.4600.52243.1630.1637.06
Hex45427B2C2E034f31e25
Octal10510217354560643633645
Binary10001011000010111101110110010111001101001111001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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