Html Css Color HEX #410955 Blackcurrant

📋 copy color: '#410955'

red 65 ◦ green 9 ◦ blue 85

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

Shades of Blackcurrant #410955

Tints of Blackcurrant #410955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

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

R = 40.88%
G = 5.66%
B = 53.46%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410955 (or 0x410955) is known color: Blackcurrant. HEX triplet: 41, 09 and 55. RGB value is (65,9,85). Sum of RGB (Red+Green+Blue) = 65+9+85=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #410955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410955 is #BEF6AA. Grayscale: #222222. Windows color (decimal): -12514987 or 5572929. OLE color: 5572929.

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

Color convert

RGB 65 9 85 -
CMYK 0.24 0.89 0 0.67
HSL 284.21º 0.81% 0.18% -
HSV(B) 284.21º 0.89% 0.33% -
XYZ 3.92 1.98 8.77 -
YUV 34.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 65 9 85 0.24 0.89 0 0.67 284.21 0.81 0.18
Hex 41 9 55 18 59 0 43 11C 51 12
Octal 101 11 125 30 131 0 103 434 121 22
Binary 1000001 1001 1010101 11000 1011001 0 1000011 100011100 1010001 10010

Color Harmonies of #410955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410955

Black with #410955

Text Example


Text Example

White with #410955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410955; }

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

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

background-color css

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

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

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

border-color css

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

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

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