#424178

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

Shades of Jacksons Purple #424178

Tints of Jacksons Purple #424178

Color information

#424178 (or 0x424178) is unknown color: approx Jacksons Purple. HEX triplet: 42, 41 and 78. RGB value is (66,65,120). Sum of RGB (Red+Green+Blue) = 66+65+120=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #424178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424178 is #BDBE87. Grayscale: #474747. Windows color (decimal): -12435080 or 7881026. OLE color: 7881026.

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

Color convert

RGB6665120-
CMYK0.450.4600.53
HSL241.09º29.73%36.27%-
HSV(B)241.09º45.83%47.06%-
XYZ7.536.2918.59-
YUV71.57155.33124.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=26.29%
G=25.90%
B=47.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66651200.450.4600.53241.0929.7336.27
Hex4241782D2E035f11e24
Octal10210117055560653613644
Binary10000101000001111100010110110111001101011111000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424178; }

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

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

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

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

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

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

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

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