#423150

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

Shades of Jagger #423150

Tints of Jagger #423150

Color information

#423150 (or 0x423150) is unknown color: approx Jagger. HEX triplet: 42, 31 and 50. RGB value is (66,49,80). Sum of RGB (Red+Green+Blue) = 66+49+80=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #423150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423150 is #BDCEAF. Grayscale: #393939. Windows color (decimal): -12439216 or 5255490. OLE color: 5255490.

HSL color Cylindrical-coordinate representation of color #423150: hue angle of 272.9º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423150 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB664980-
CMYK0.170.3900.69
HSL272.9º24.03%25.29%-
HSV(B)272.9º38.75%31.37%-
XYZ4.793.938.1-
YUV57.62140.63133.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=33.85%
G=25.13%
B=41.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6649800.170.3900.69272.924.0325.29
Hex42315011270451111819
Octal10261120214701054213031
Binary1000010110001101000010001100111010001011000100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423150; }

 p { color: rgb(66,49,80); }

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

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

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

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

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

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

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