#42477E

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

Shades of Jacksons Purple #42477E

Tints of Jacksons Purple #42477E

Color information

#42477E (or 0x42477E) is unknown color: approx Jacksons Purple. HEX triplet: 42, 47 and 7E. RGB value is (66,71,126). Sum of RGB (Red+Green+Blue) = 66+71+126=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #42477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42477E is #BDB881. Grayscale: #4B4B4B. Windows color (decimal): -12433538 or 8275778. OLE color: 8275778.

HSL color Cylindrical-coordinate representation of color #42477E: hue angle of 235º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42477E is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6671126-
CMYK0.480.4400.51
HSL235º31.25%37.65%-
HSV(B)235º47.62%49.41%-
XYZ8.277.1720.69-
YUV75.78156.34121.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=25.10%
G=27.00%
B=47.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66711260.480.4400.5123531.2537.65
Hex42477E302C033eb1f26
Octal10210717660540633533746
Binary10000101000111111111011000010110001100111110101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42477E; }

 p { color: rgb(66,71,126); }

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

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

 a { background-color: rgb(66,71,126); }

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

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

 span { border-color: rgb(66,71,126); }

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