Html Css Color HEX #413C52 Grape

📋 copy color: '#413C52'

red 65 ◦ green 60 ◦ blue 82

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

Shades of Grape #413C52

Tints of Grape #413C52

RGB

 RED value IS 65 (25.78% from 255) = 31.4%

 GREEN value IS 60 (23.83% from 255) = 28.99%

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

R = 31.4%
G = 28.99%
B = 39.61%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#413C52 (or 0x413C52) is known color: Grape. HEX triplet: 41, 3C and 52. RGB value is (65,60,82). Sum of RGB (Red+Green+Blue) = 65+60+82=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #413C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C52 is #BEC3AD. Grayscale: #3F3F3F. Windows color (decimal): -12501934 or 5389377. OLE color: 5389377.

HSL color Cylindrical-coordinate representation of color #413C52: hue angle of 253.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #413C52 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 60 82 -
CMYK 0.21 0.27 0 0.68
HSL 253.64º 0.15% 0.28% -
HSV(B) 253.64º 0.27% 0.32% -
XYZ 5.32 4.96 8.66 -
YUV 64 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 65 60 82 0.21 0.27 0 0.68 253.64 0.15 0.28
Hex 41 3C 52 15 1B 0 44 FE F 1C
Octal 101 74 122 25 33 0 104 376 17 34
Binary 1000001 111100 1010010 10101 11011 0 1000100 11111110 1111 11100

Color Harmonies of #413C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C52

Black with #413C52

Text Example


Text Example

White with #413C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413C52; }

 p { color: rgb(65,60,82); }

 H1.HeaderClassName
 {
   color: #413C52;
 }
 .AnyTagClassName
 {
   color: #413C52;
 }
</style>

background-color css

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

 a { background-color: rgb(65,60,82); }

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

border-color css

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

 span { border-color: rgb(65,60,82); }

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