#40427B

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

Shades of Jacksons Purple #40427B

Tints of Jacksons Purple #40427B

Color information

#40427B (or 0x40427B) is unknown color: approx Jacksons Purple. HEX triplet: 40, 42 and 7B. RGB value is (64,66,123). Sum of RGB (Red+Green+Blue) = 64+66+123=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #40427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40427B is #BFBD84. Grayscale: #474747. Windows color (decimal): -12565893 or 8077888. OLE color: 8077888.

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

Color convert

RGB6466123-
CMYK0.480.4600.52
HSL237.97º31.55%36.67%-
HSV(B)237.97º47.97%48.24%-
XYZ7.646.4219.57-
YUV71.9156.84122.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=25.30%
G=26.09%
B=48.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64661230.480.4600.52237.9731.5536.67
Hex40427B302E034ee2025
Octal10010217360560643564045
Binary100000010000101111011110000101110011010011101110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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