Html Css Color HEX #410059 Blackcurrant

📋 copy color: '#410059'

red 65 ◦ green 0 ◦ blue 89

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

Shades of Blackcurrant #410059

Tints of Blackcurrant #410059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 42.21%
G = 0%
B = 57.79%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#410059 (or 0x410059) is known color: Blackcurrant. HEX triplet: 41, 00 and 59. RGB value is (65,0,89). Sum of RGB (Red+Green+Blue) = 65+0+89=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #410059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410059 is #BEFFA6. Grayscale: #1D1D1D. Windows color (decimal): -12517287 or 5832769. OLE color: 5832769.

HSL color Cylindrical-coordinate representation of color #410059: hue angle of 283.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410059 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 0 89 -
CMYK 0.27 1 0 0.65
HSL 283.82º 1% 0.17% -
HSV(B) 283.82º 1% 0.35% -
XYZ 3.98 1.85 9.6 -
YUV 29.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 65 0 89 0.27 1 0 0.65 283.82 1 0.17
Hex 41 0 59 1B 64 0 41 11C 64 11
Octal 101 0 131 33 144 0 101 434 144 21
Binary 1000001 0 1011001 11011 1100100 0 1000001 100011100 1100100 10001

Color Harmonies of #410059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410059

Black with #410059

Text Example


Text Example

White with #410059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410059; }

 p { color: rgb(65,0,89); }

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

background-color css

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

 a { background-color: rgb(65,0,89); }

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

border-color css

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

 span { border-color: rgb(65,0,89); }

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