#424680

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

Shades of Jacksons Purple #424680

Tints of Jacksons Purple #424680

Color information

#424680 (or 0x424680) is unknown color: approx Jacksons Purple. HEX triplet: 42, 46 and 80. RGB value is (66,70,128). Sum of RGB (Red+Green+Blue) = 66+70+128=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #424680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424680 is #BDB97F. Grayscale: #4B4B4B. Windows color (decimal): -12433792 or 8406594. OLE color: 8406594.

HSL color Cylindrical-coordinate representation of color #424680: hue angle of 236.13º 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 #424680 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6670128-
CMYK0.480.4500.50
HSL236.13º31.96%38.04%-
HSV(B)236.13º48.44%50.2%-
XYZ8.337.121.35-
YUV75.42157.67121.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=25%
G=26.52%
B=48.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66701280.480.4500.50236.1331.9638.04
Hex424680302D032ec2026
Octal10210620060550623544046
Binary1000010100011010000000110000101101011001011101100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424680; }

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

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

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

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

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

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

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

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