#424788

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

Shades of Jacksons Purple #424788

Tints of Jacksons Purple #424788

Color information

#424788 (or 0x424788) is unknown color: approx Jacksons Purple. HEX triplet: 42, 47 and 88. RGB value is (66,71,136). Sum of RGB (Red+Green+Blue) = 66+71+136=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #424788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424788 is #BDB877. Grayscale: #4C4C4C. Windows color (decimal): -12433528 or 8931138. OLE color: 8931138.

HSL color Cylindrical-coordinate representation of color #424788: hue angle of 235.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424788 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6671136-
CMYK0.510.4800.47
HSL235.71º34.65%39.61%-
HSV(B)235.71º51.47%53.33%-
XYZ8.947.4424.26-
YUV76.92161.34120.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=24.18%
G=26.01%
B=49.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66711360.510.4800.47235.7134.6539.61
Hex424788333002Fec2328
Octal10210721063600573544350
Binary1000010100011110001000110011110000010111111101100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424788; }

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

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

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

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

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

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

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

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