#42285A

Color #42285A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #42285A

Tints of Jagger #42285A

Color information

#42285A (or 0x42285A) is unknown color: approx Jagger. HEX triplet: 42, 28 and 5A. RGB value is (66,40,90). Sum of RGB (Red+Green+Blue) = 66+40+90=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #42285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42285A is #BDD7A5. Grayscale: #353535. Windows color (decimal): -12441510 or 5908546. OLE color: 5908546.

HSL color Cylindrical-coordinate representation of color #42285A: hue angle of 271.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42285A is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB664090-
CMYK0.270.5600.65
HSL271.2º38.46%25.49%-
HSV(B)271.2º55.56%35.29%-
XYZ4.853.4110.08-
YUV53.47148.61136.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=33.67%
G=20.41%
B=45.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6640900.270.5600.65271.238.4625.49
Hex42285A1B3804110f2619
Octal10250132337001014174631
Binary10000101010001011010110111110000100000110000111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42285A; }

 p { color: rgb(66,40,90); }

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

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

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

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

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

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

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