Html Css Color HEX #413A53 Grape

📋 copy color: '#413A53'

red 65 ◦ green 58 ◦ blue 83

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

Shades of Grape #413A53

Tints of Grape #413A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 31.55%
G = 28.16%
B = 40.29%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#413A53 (or 0x413A53) is known color: Grape. HEX triplet: 41, 3A and 53. RGB value is (65,58,83). Sum of RGB (Red+Green+Blue) = 65+58+83=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #413A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A53 is #BEC5AC. Grayscale: #3E3E3E. Windows color (decimal): -12502445 or 5454401. OLE color: 5454401.

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

Color convert

RGB 65 58 83 -
CMYK 0.22 0.30 0 0.67
HSL 256.8º 0.18% 0.28% -
HSV(B) 256.8º 0.3% 0.33% -
XYZ 5.25 4.77 8.83 -
YUV 62.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 65 58 83 0.22 0.30 0 0.67 256.8 0.18 0.28
Hex 41 3A 53 16 1E 0 43 101 12 1C
Octal 101 72 123 26 36 0 103 401 22 34
Binary 1000001 111010 1010011 10110 11110 0 1000011 100000001 10010 11100

Color Harmonies of #413A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A53

Black with #413A53

Text Example


Text Example

White with #413A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,83); }

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

background-color css

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

 a { background-color: rgb(65,58,83); }

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

border-color css

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

 span { border-color: rgb(65,58,83); }

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