Html Css Color HEX #410550 Blackcurrant

📋 copy color: '#410550'

red 65 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #410550

Tints of Blackcurrant #410550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 43.33%
G = 3.33%
B = 53.33%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#410550 (or 0x410550) is known color: Blackcurrant. HEX triplet: 41, 05 and 50. RGB value is (65,5,80). Sum of RGB (Red+Green+Blue) = 65+5+80=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #410550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410550 is #BEFAAF. Grayscale: #1F1F1F. Windows color (decimal): -12516016 or 5244225. OLE color: 5244225.

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

Color convert

RGB 65 5 80 -
CMYK 0.19 0.94 0 0.69
HSL 288º 0.88% 0.17% -
HSV(B) 288º 0.94% 0.31% -
XYZ 3.68 1.81 7.75 -
YUV 31.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 65 5 80 0.19 0.94 0 0.69 288 0.88 0.17
Hex 41 5 50 13 5E 0 45 120 58 11
Octal 101 5 120 23 136 0 105 440 130 21
Binary 1000001 101 1010000 10011 1011110 0 1000101 100100000 1011000 10001

Color Harmonies of #410550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410550

Black with #410550

Text Example


Text Example

White with #410550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410550; }

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

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

background-color css

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

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

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

border-color css

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

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

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