#423855

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

Shades of Grape #423855

Tints of Grape #423855

Color information

#423855 (or 0x423855) is unknown color: approx Grape. HEX triplet: 42, 38 and 55. RGB value is (66,56,85). Sum of RGB (Red+Green+Blue) = 66+56+85=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #423855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423855 is #BDC7AA. Grayscale: #3E3E3E. Windows color (decimal): -12437419 or 5584962. OLE color: 5584962.

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

Color convert

RGB665685-
CMYK0.220.3400.67
HSL260.69º20.57%27.65%-
HSV(B)260.69º34.12%33.33%-
XYZ5.34.649.21-
YUV62.3140.81130.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=31.88%
G=27.05%
B=41.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6656850.220.3400.67260.6920.5727.65
Hex4238551622043105151c
Octal10270125264201034052534
Binary1000010111000101010110110100010010000111000001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423855; }

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

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

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

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

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

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

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

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