#424A7F

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

Shades of Jacksons Purple #424A7F

Tints of Jacksons Purple #424A7F

Color information

#424A7F (or 0x424A7F) is unknown color: approx Jacksons Purple. HEX triplet: 42, 4A and 7F. RGB value is (66,74,127). Sum of RGB (Red+Green+Blue) = 66+74+127=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #424A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A7F is #BDB580. Grayscale: #4D4D4D. Windows color (decimal): -12432769 or 8342082. OLE color: 8342082.

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

Color convert

RGB6674127-
CMYK0.480.4200.50
HSL232.13º31.61%37.84%-
HSV(B)232.13º48.03%49.8%-
XYZ8.537.5921.09-
YUV77.65155.85119.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 127 (50% from 255) = 47.57%
R=24.72%
G=27.72%
B=47.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66741270.480.4200.50232.1331.6137.84
Hex424A7F302A032e82026
Octal10211217760520623504046
Binary100001010010101111111110000101010011001011101000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424A7F; }

 p { color: rgb(66,74,127); }

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

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

 a { background-color: rgb(66,74,127); }

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

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

 span { border-color: rgb(66,74,127); }

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