#423978

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

Shades of Jacksons Purple #423978

Tints of Jacksons Purple #423978

Color information

#423978 (or 0x423978) is unknown color: approx Jacksons Purple. HEX triplet: 42, 39 and 78. RGB value is (66,57,120). Sum of RGB (Red+Green+Blue) = 66+57+120=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #423978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423978 is #BDC687. Grayscale: #424242. Windows color (decimal): -12437128 or 7878978. OLE color: 7878978.

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

Color convert

RGB6657120-
CMYK0.450.5200.53
HSL248.57º35.59%34.71%-
HSV(B)248.57º52.5%47.06%-
XYZ7.15.4418.45-
YUV66.87157.98127.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=27.16%
G=23.46%
B=49.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66571200.450.5200.53248.5735.5934.71
Hex4239782D34035f92423
Octal1027117055640653714443
Binary10000101110011111000101101110100011010111111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423978; }

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

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

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

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

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

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

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

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