#423A55

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

Shades of Grape #423A55

Tints of Grape #423A55

Color information

#423A55 (or 0x423A55) is unknown color: approx Grape. HEX triplet: 42, 3A and 55. RGB value is (66,58,85). Sum of RGB (Red+Green+Blue) = 66+58+85=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #423A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A55 is #BDC5AA. Grayscale: #3F3F3F. Windows color (decimal): -12436907 or 5585474. OLE color: 5585474.

HSL color Cylindrical-coordinate representation of color #423A55: hue angle of 257.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423A55 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB665885-
CMYK0.220.3200.67
HSL257.78º18.88%28.04%-
HSV(B)257.78º31.76%33.33%-
XYZ5.44.849.24-
YUV63.47140.15129.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=31.58%
G=27.75%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6658850.220.3200.67257.7818.8828.04
Hex423A551620043102131c
Octal10272125264001034022334
Binary1000010111010101010110110100000010000111000000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,58,85); }

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

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

 a { background-color: rgb(66,58,85); }

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

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

 span { border-color: rgb(66,58,85); }

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