#42275B

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

Shades of Jagger #42275B

Tints of Jagger #42275B

Color information

#42275B (or 0x42275B) is unknown color: approx Jagger. HEX triplet: 42, 27 and 5B. RGB value is (66,39,91). Sum of RGB (Red+Green+Blue) = 66+39+91=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #42275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42275B is #BDD8A4. Grayscale: #343434. Windows color (decimal): -12441765 or 5973826. OLE color: 5973826.

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

Color convert

RGB663991-
CMYK0.270.5700.64
HSL271.15º40%25.49%-
HSV(B)271.15º57.14%35.69%-
XYZ4.863.3610.29-
YUV53149.45137.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=33.67%
G=19.90%
B=46.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6639910.270.5700.64271.154025.49
Hex42275B1B3904010f2819
Octal10247133337101004175031
Binary10000101001111011011110111110010100000010000111110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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