#424877

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

Shades of Jacksons Purple #424877

Tints of Jacksons Purple #424877

Color information

#424877 (or 0x424877) is unknown color: approx Jacksons Purple. HEX triplet: 42, 48 and 77. RGB value is (66,72,119). Sum of RGB (Red+Green+Blue) = 66+72+119=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #424877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424877 is #BDB788. Grayscale: #4B4B4B. Windows color (decimal): -12433289 or 7817282. OLE color: 7817282.

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

Color convert

RGB6672119-
CMYK0.450.3900.53
HSL233.21º28.65%36.27%-
HSV(B)233.21º44.54%46.67%-
XYZ7.897.1218.41-
YUV75.56152.51121.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=25.68%
G=28.02%
B=46.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66721190.450.3900.53233.2128.6536.27
Hex4248772D27035e91d24
Octal10211016755470653513544
Binary10000101001000111011110110110011101101011110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424877; }

 p { color: rgb(66,72,119); }

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

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

 a { background-color: rgb(66,72,119); }

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

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

 span { border-color: rgb(66,72,119); }

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