Html Css Color HEX #423E52 Grape

📋 copy color: '#423E52'

red 66 ◦ green 62 ◦ blue 82

#423E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #423E52

Tints of Grape #423E52

RGB

 RED value IS 66 (26.17% from 255) = 31.43%

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 31.43%
G = 29.52%
B = 39.05%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#423E52 (or 0x423E52) is known color: Grape. HEX triplet: 42, 3E and 52. RGB value is (66,62,82). Sum of RGB (Red+Green+Blue) = 66+62+82=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #423E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E52 is #BDC1AD. Grayscale: #414141. Windows color (decimal): -12435886 or 5389890. OLE color: 5389890.

HSL color Cylindrical-coordinate representation of color #423E52: hue angle of 252º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423E52 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 62 82 -
CMYK 0.20 0.24 0 0.68
HSL 252º 0.14% 0.28% -
HSV(B) 252º 0.24% 0.32% -
XYZ 5.49 5.21 8.7 -
YUV 65.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 66 62 82 0.20 0.24 0 0.68 252 0.14 0.28
Hex 42 3E 52 14 18 0 44 FC E 1C
Octal 102 76 122 24 30 0 104 374 16 34
Binary 1000010 111110 1010010 10100 11000 0 1000100 11111100 1110 11100

Color Harmonies of #423E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E52

Black with #423E52

Text Example


Text Example

White with #423E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,62,82); }

 H1.HeaderClassName
 {
   color: #423E52;
 }
 .AnyTagClassName
 {
   color: #423E52;
 }
</style>

background-color css

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

 a { background-color: rgb(66,62,82); }

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

border-color css

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

 span { border-color: rgb(66,62,82); }

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