Html Css Color HEX #411050 Blackcurrant

📋 copy color: '#411050'

red 65 ◦ green 16 ◦ blue 80

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

Shades of Blackcurrant #411050

Tints of Blackcurrant #411050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.94%

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

R = 40.37%
G = 9.94%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#411050 (or 0x411050) is known color: Blackcurrant. HEX triplet: 41, 10 and 50. RGB value is (65,16,80). Sum of RGB (Red+Green+Blue) = 65+16+80=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #411050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411050 is #BEEFAF. Grayscale: #252525. Windows color (decimal): -12513200 or 5247041. OLE color: 5247041.

HSL color Cylindrical-coordinate representation of color #411050: hue angle of 285.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411050 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 16 80 -
CMYK 0.19 0.80 0 0.69
HSL 285.94º 0.67% 0.19% -
HSV(B) 285.94º 0.8% 0.31% -
XYZ 3.81 2.07 7.79 -
YUV 37.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 65 16 80 0.19 0.80 0 0.69 285.94 0.67 0.19
Hex 41 10 50 13 50 0 45 11E 43 13
Octal 101 20 120 23 120 0 105 436 103 23
Binary 1000001 10000 1010000 10011 1010000 0 1000101 100011110 1000011 10011

Color Harmonies of #411050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411050

Black with #411050

Text Example


Text Example

White with #411050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411050; }

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

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

background-color css

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

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

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

border-color css

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

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

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