#424480

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

Shades of Jacksons Purple #424480

Tints of Jacksons Purple #424480

Color information

#424480 (or 0x424480) is unknown color: approx Jacksons Purple. HEX triplet: 42, 44 and 80. RGB value is (66,68,128). Sum of RGB (Red+Green+Blue) = 66+68+128=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #424480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424480 is #BDBB7F. Grayscale: #4A4A4A. Windows color (decimal): -12434304 or 8406082. OLE color: 8406082.

HSL color Cylindrical-coordinate representation of color #424480: hue angle of 238.06º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #424480 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6668128-
CMYK0.480.4700.50
HSL238.06º31.96%38.04%-
HSV(B)238.06º48.44%50.2%-
XYZ8.216.8521.31-
YUV74.24158.34122.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=25.19%
G=25.95%
B=48.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66681280.480.4700.50238.0631.9638.04
Hex424480302F032ee2026
Octal10210420060570623564046
Binary1000010100010010000000110000101111011001011101110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424480; }

 p { color: rgb(66,68,128); }

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

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

 a { background-color: rgb(66,68,128); }

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

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

 span { border-color: rgb(66,68,128); }

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