Html Css Color HEX #41054E Blackcurrant

📋 copy color: '#41054E'

red 65 ◦ green 5 ◦ blue 78

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

Shades of Blackcurrant #41054E

Tints of Blackcurrant #41054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 43.92%
G = 3.38%
B = 52.7%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41054E (or 0x41054E) is known color: Blackcurrant. HEX triplet: 41, 05 and 4E. RGB value is (65,5,78). Sum of RGB (Red+Green+Blue) = 65+5+78=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #41054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41054E is #BEFAB1. Grayscale: #1F1F1F. Windows color (decimal): -12516018 or 5113153. OLE color: 5113153.

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

Color convert

RGB 65 5 78 -
CMYK 0.17 0.94 0 0.69
HSL 289.32º 0.88% 0.16% -
HSV(B) 289.32º 0.94% 0.31% -
XYZ 3.61 1.78 7.36 -
YUV 31.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 65 5 78 0.17 0.94 0 0.69 289.32 0.88 0.16
Hex 41 5 4E 11 5E 0 45 121 58 10
Octal 101 5 116 21 136 0 105 441 130 20
Binary 1000001 101 1001110 10001 1011110 0 1000101 100100001 1011000 10000

Color Harmonies of #41054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41054E

Black with #41054E

Text Example


Text Example

White with #41054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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