#423F78

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

Shades of Jacksons Purple #423F78

Tints of Jacksons Purple #423F78

Color information

#423F78 (or 0x423F78) is unknown color: approx Jacksons Purple. HEX triplet: 42, 3F and 78. RGB value is (66,63,120). Sum of RGB (Red+Green+Blue) = 66+63+120=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #423F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F78 is #BDC087. Grayscale: #464646. Windows color (decimal): -12435592 or 7880514. OLE color: 7880514.

HSL color Cylindrical-coordinate representation of color #423F78: hue angle of 243.16º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423F78 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6663120-
CMYK0.450.4800.53
HSL243.16º31.15%35.88%-
HSV(B)243.16º47.5%47.06%-
XYZ7.416.0718.55-
YUV70.39155.99124.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=26.51%
G=25.30%
B=48.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66631200.450.4800.53243.1631.1535.88
Hex423F782D30035f31f24
Octal1027717055600653633744
Binary1000010111111111100010110111000001101011111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F78; }

 p { color: rgb(66,63,120); }

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

<style>
 a { background-color: #423F78; }

 a { background-color: rgb(66,63,120); }

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

<style>
 span { border-color: #423F78; }

 span { border-color: rgb(66,63,120); }

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