#42427B

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

Shades of Jacksons Purple #42427B

Tints of Jacksons Purple #42427B

Color information

#42427B (or 0x42427B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 42 and 7B. RGB value is (66,66,123). Sum of RGB (Red+Green+Blue) = 66+66+123=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #42427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42427B is #BDBD84. Grayscale: #484848. Windows color (decimal): -12434821 or 8077890. OLE color: 8077890.

HSL color Cylindrical-coordinate representation of color #42427B: hue angle of 240º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42427B is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6666123-
CMYK0.460.4600.52
HSL240º30.16%37.06%-
HSV(B)240º46.34%48.24%-
XYZ7.776.4819.58-
YUV72.5156.5123.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=25.88%
G=25.88%
B=48.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66661230.460.4600.5224030.1637.06
Hex42427B2E2E034f01e25
Octal10210217356560643603645
Binary10000101000010111101110111010111001101001111000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42427B; }

 p { color: rgb(66,66,123); }

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

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

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

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

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

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

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