Html Css Color HEX #41054D Blackcurrant

📋 copy color: '#41054D'

red 65 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #41054D

Tints of Blackcurrant #41054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.38%

R = 44.22%
G = 3.4%
B = 52.38%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41054D (or 0x41054D) is known color: Blackcurrant. HEX triplet: 41, 05 and 4D. RGB value is (65,5,77). Sum of RGB (Red+Green+Blue) = 65+5+77=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #41054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41054D is #BEFAB2. Grayscale: #1E1E1E. Windows color (decimal): -12516019 or 5047617. OLE color: 5047617.

HSL color Cylindrical-coordinate representation of color #41054D: hue angle of 290º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41054D is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 5 77 -
CMYK 0.16 0.94 0 0.70
HSL 290º 0.88% 0.16% -
HSV(B) 290º 0.94% 0.3% -
XYZ 3.57 1.77 7.17 -
YUV 31.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 65 5 77 0.16 0.94 0 0.70 290 0.88 0.16
Hex 41 5 4D 10 5E 0 46 122 58 10
Octal 101 5 115 20 136 0 106 442 130 20
Binary 1000001 101 1001101 10000 1011110 0 1000110 100100010 1011000 10000

Color Harmonies of #41054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41054D

Black with #41054D

Text Example


Text Example

White with #41054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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