Html Css Color HEX #41044F Blackcurrant

📋 copy color: '#41044F'

red 65 ◦ green 4 ◦ blue 79

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

Shades of Blackcurrant #41044F

Tints of Blackcurrant #41044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

 BLUE value IS 79 (31.25% from 255) = 53.38%

R = 43.92%
G = 2.7%
B = 53.38%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41044F (or 0x41044F) is known color: Blackcurrant. HEX triplet: 41, 04 and 4F. RGB value is (65,4,79). Sum of RGB (Red+Green+Blue) = 65+4+79=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #41044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41044F is #BEFBB0. Grayscale: #1E1E1E. Windows color (decimal): -12516273 or 5178433. OLE color: 5178433.

HSL color Cylindrical-coordinate representation of color #41044F: hue angle of 288.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41044F is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 4 79 -
CMYK 0.18 0.95 0 0.69
HSL 288.8º 0.9% 0.16% -
HSV(B) 288.8º 0.95% 0.31% -
XYZ 3.63 1.78 7.55 -
YUV 30.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 65 4 79 0.18 0.95 0 0.69 288.8 0.9 0.16
Hex 41 4 4F 12 5F 0 45 121 5A 10
Octal 101 4 117 22 137 0 105 441 132 20
Binary 1000001 100 1001111 10010 1011111 0 1000101 100100001 1011010 10000

Color Harmonies of #41044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41044F

Black with #41044F

Text Example


Text Example

White with #41044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41044F; }

 p { color: rgb(65,4,79); }

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

background-color css

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

 a { background-color: rgb(65,4,79); }

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

border-color css

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

 span { border-color: rgb(65,4,79); }

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