Html Css Color HEX #410555 Blackcurrant

📋 copy color: '#410555'

red 65 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #410555

Tints of Blackcurrant #410555

RGB

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

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

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

R = 41.94%
G = 3.23%
B = 54.84%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410555 (or 0x410555) is known color: Blackcurrant. HEX triplet: 41, 05 and 55. RGB value is (65,5,85). Sum of RGB (Red+Green+Blue) = 65+5+85=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #410555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410555 is #BEFAAA. Grayscale: #1F1F1F. Windows color (decimal): -12516011 or 5571905. OLE color: 5571905.

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

Color convert

RGB 65 5 85 -
CMYK 0.24 0.94 0 0.67
HSL 285º 0.89% 0.18% -
HSV(B) 285º 0.94% 0.33% -
XYZ 3.87 1.89 8.75 -
YUV 32.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 65 5 85 0.24 0.94 0 0.67 285 0.89 0.18
Hex 41 5 55 18 5E 0 43 11D 59 12
Octal 101 5 125 30 136 0 103 435 131 22
Binary 1000001 101 1010101 11000 1011110 0 1000011 100011101 1011001 10010

Color Harmonies of #410555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410555

Black with #410555

Text Example


Text Example

White with #410555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410555; }

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

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

background-color css

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

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

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

border-color css

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

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

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