Html Css Color HEX #41014F Blackcurrant

📋 copy color: '#41014F'

red 65 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #41014F

Tints of Blackcurrant #41014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 44.83%
G = 0.69%
B = 54.48%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41014F (or 0x41014F) is known color: Blackcurrant. HEX triplet: 41, 01 and 4F. RGB value is (65,1,79). Sum of RGB (Red+Green+Blue) = 65+1+79=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #41014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41014F is #BEFEB0. Grayscale: #1C1C1C. Windows color (decimal): -12517041 or 5177665. OLE color: 5177665.

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

Color convert

RGB 65 1 79 -
CMYK 0.18 0.99 0 0.69
HSL 289.23º 0.98% 0.16% -
HSV(B) 289.23º 0.99% 0.31% -
XYZ 3.6 1.71 7.54 -
YUV 29.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 65 1 79 0.18 0.99 0 0.69 289.23 0.98 0.16
Hex 41 1 4F 12 63 0 45 121 62 10
Octal 101 1 117 22 143 0 105 441 142 20
Binary 1000001 1 1001111 10010 1100011 0 1000101 100100001 1100010 10000

Color Harmonies of #41014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41014F

Black with #41014F

Text Example


Text Example

White with #41014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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