Html Css Color HEX #410E50 Blackcurrant

📋 copy color: '#410E50'

red 65 ◦ green 14 ◦ blue 80

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

Shades of Blackcurrant #410E50

Tints of Blackcurrant #410E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.81%

 BLUE value IS 80 (31.64% from 255) = 50.31%

R = 40.88%
G = 8.81%
B = 50.31%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#410E50 (or 0x410E50) is known color: Blackcurrant. HEX triplet: 41, 0E and 50. RGB value is (65,14,80). Sum of RGB (Red+Green+Blue) = 65+14+80=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #410E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E50 is #BEF1AF. Grayscale: #242424. Windows color (decimal): -12513712 or 5246529. OLE color: 5246529.

HSL color Cylindrical-coordinate representation of color #410E50: hue angle of 286.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410E50 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 14 80 -
CMYK 0.19 0.83 0 0.69
HSL 286.36º 0.7% 0.18% -
HSV(B) 286.36º 0.83% 0.31% -
XYZ 3.78 2.02 7.78 -
YUV 36.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 65 14 80 0.19 0.83 0 0.69 286.36 0.7 0.18
Hex 41 E 50 13 53 0 45 11E 46 12
Octal 101 16 120 23 123 0 105 436 106 22
Binary 1000001 1110 1010000 10011 1010011 0 1000101 100011110 1000110 10010

Color Harmonies of #410E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E50

Black with #410E50

Text Example


Text Example

White with #410E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E50; }

 p { color: rgb(65,14,80); }

 H1.HeaderClassName
 {
   color: #410E50;
 }
 .AnyTagClassName
 {
   color: #410E50;
 }
</style>

background-color css

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

 a { background-color: rgb(65,14,80); }

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

border-color css

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

 span { border-color: rgb(65,14,80); }

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