#423157

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

Shades of Jagger #423157

Tints of Jagger #423157

Color information

#423157 (or 0x423157) is unknown color: approx Jagger. HEX triplet: 42, 31 and 57. RGB value is (66,49,87). Sum of RGB (Red+Green+Blue) = 66+49+87=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #423157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423157 is #BDCEA8. Grayscale: #3A3A3A. Windows color (decimal): -12439209 or 5714242. OLE color: 5714242.

HSL color Cylindrical-coordinate representation of color #423157: hue angle of 266.84º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423157 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB664987-
CMYK0.240.4400.66
HSL266.84º27.94%26.67%-
HSV(B)266.84º43.68%34.12%-
XYZ5.074.049.53-
YUV58.42144.13133.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=32.67%
G=24.26%
B=43.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6649870.240.4400.66266.8427.9426.67
Hex423157182C04210b1c1b
Octal10261127305401024133433
Binary1000010110001101011111000101100010000101000010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423157; }

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

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

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

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

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

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

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

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