#423C50

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

Shades of Grape #423C50

Tints of Grape #423C50

Color information

#423C50 (or 0x423C50) is unknown color: approx Grape. HEX triplet: 42, 3C and 50. RGB value is (66,60,80). Sum of RGB (Red+Green+Blue) = 66+60+80=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #423C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C50 is #BDC3AF. Grayscale: #404040. Windows color (decimal): -12436400 or 5258306. OLE color: 5258306.

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

Color convert

RGB666080-
CMYK0.170.2500.69
HSL258º14.29%27.45%-
HSV(B)258º25%31.37%-
XYZ5.314.978.27-
YUV64.07136.99129.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=32.04%
G=29.13%
B=38.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6660800.170.2500.6925814.2927.45
Hex423C501119045102e1b
Octal10274120213101054021633
Binary10000101111001010000100011100101000101100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423C50; }

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

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

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

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

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

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

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

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