Html Css Color HEX #41014E Blackcurrant

📋 copy color: '#41014E'

red 65 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #41014E

Tints of Blackcurrant #41014E

RGB

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

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

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

R = 45.14%
G = 0.69%
B = 54.17%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41014E (or 0x41014E) is known color: Blackcurrant. HEX triplet: 41, 01 and 4E. RGB value is (65,1,78). Sum of RGB (Red+Green+Blue) = 65+1+78=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #41014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41014E is #BEFEB1. Grayscale: #1C1C1C. Windows color (decimal): -12517042 or 5112129. OLE color: 5112129.

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

Color convert

RGB 65 1 78 -
CMYK 0.17 0.99 0 0.69
HSL 289.87º 0.97% 0.15% -
HSV(B) 289.87º 0.99% 0.31% -
XYZ 3.57 1.7 7.35 -
YUV 28.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 65 1 78 0.17 0.99 0 0.69 289.87 0.97 0.15
Hex 41 1 4E 11 63 0 45 122 61 F
Octal 101 1 116 21 143 0 105 442 141 17
Binary 1000001 1 1001110 10001 1100011 0 1000101 100100010 1100001 1111

Color Harmonies of #41014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41014E

Black with #41014E

Text Example


Text Example

White with #41014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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