#42275A

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

Shades of Jagger #42275A

Tints of Jagger #42275A

Color information

#42275A (or 0x42275A) is unknown color: approx Jagger. HEX triplet: 42, 27 and 5A. RGB value is (66,39,90). Sum of RGB (Red+Green+Blue) = 66+39+90=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #42275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42275A is #BDD8A5. Grayscale: #343434. Windows color (decimal): -12441766 or 5908290. OLE color: 5908290.

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

Color convert

RGB663990-
CMYK0.270.5700.65
HSL271.76º39.53%25.29%-
HSV(B)271.76º56.67%35.29%-
XYZ4.823.3510.07-
YUV52.89148.95137.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=33.85%
G=20%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6639900.270.5700.65271.7639.5325.29
Hex42275A1B390411102819
Octal10247132337101014205031
Binary10000101001111011010110111110010100000110001000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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