Html Css Color HEX #410055 Blackcurrant

📋 copy color: '#410055'

red 65 ◦ green 0 ◦ blue 85

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

Shades of Blackcurrant #410055

Tints of Blackcurrant #410055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 56.67%

R = 43.33%
G = 0%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410055 (or 0x410055) is known color: Blackcurrant. HEX triplet: 41, 00 and 55. RGB value is (65,0,85). Sum of RGB (Red+Green+Blue) = 65+0+85=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #410055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410055 is #BEFFAA. Grayscale: #1C1C1C. Windows color (decimal): -12517291 or 5570625. OLE color: 5570625.

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

Color convert

RGB 65 0 85 -
CMYK 0.24 1 0 0.67
HSL 285.88º 1% 0.17% -
HSV(B) 285.88º 1% 0.33% -
XYZ 3.82 1.78 8.74 -
YUV 29.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 65 0 85 0.24 1 0 0.67 285.88 1 0.17
Hex 41 0 55 18 64 0 43 11E 64 11
Octal 101 0 125 30 144 0 103 436 144 21
Binary 1000001 0 1010101 11000 1100100 0 1000011 100011110 1100100 10001

Color Harmonies of #410055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410055

Black with #410055

Text Example


Text Example

White with #410055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410055; }

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

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

background-color css

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

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

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

border-color css

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

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

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