#423256

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

Shades of Jagger #423256

Tints of Jagger #423256

Color information

#423256 (or 0x423256) is unknown color: approx Jagger. HEX triplet: 42, 32 and 56. RGB value is (66,50,86). Sum of RGB (Red+Green+Blue) = 66+50+86=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #423256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423256 is #BDCDA9. Grayscale: #3A3A3A. Windows color (decimal): -12438954 or 5648962. OLE color: 5648962.

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

Color convert

RGB665086-
CMYK0.230.4200.66
HSL266.67º26.47%26.67%-
HSV(B)266.67º41.86%33.73%-
XYZ5.074.119.33-
YUV58.89143.3133.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=32.67%
G=24.75%
B=42.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6650860.230.4200.66266.6726.4726.67
Hex423256172A04210b1a1b
Octal10262126275201024133233
Binary1000010110010101011010111101010010000101000010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423256; }

 p { color: rgb(66,50,86); }

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

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

 a { background-color: rgb(66,50,86); }

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

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

 span { border-color: rgb(66,50,86); }

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