Html Css Color HEX #410E4E Blackcurrant

📋 copy color: '#410E4E'

red 65 ◦ green 14 ◦ blue 78

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

Shades of Blackcurrant #410E4E

Tints of Blackcurrant #410E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.92%

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

R = 41.4%
G = 8.92%
B = 49.68%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#410E4E (or 0x410E4E) is known color: Blackcurrant. HEX triplet: 41, 0E and 4E. RGB value is (65,14,78). Sum of RGB (Red+Green+Blue) = 65+14+78=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #410E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E4E is #BEF1B1. Grayscale: #242424. Windows color (decimal): -12513714 or 5115457. OLE color: 5115457.

HSL color Cylindrical-coordinate representation of color #410E4E: hue angle of 287.81º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410E4E is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 14 78 -
CMYK 0.17 0.82 0 0.69
HSL 287.81º 0.7% 0.18% -
HSV(B) 287.81º 0.82% 0.31% -
XYZ 3.71 1.99 7.4 -
YUV 36.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 65 14 78 0.17 0.82 0 0.69 287.81 0.7 0.18
Hex 41 E 4E 11 52 0 45 120 46 12
Octal 101 16 116 21 122 0 105 440 106 22
Binary 1000001 1110 1001110 10001 1010010 0 1000101 100100000 1000110 10010

Color Harmonies of #410E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410E4E

Black with #410E4E

Text Example


Text Example

White with #410E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410E4E; }

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

 H1.HeaderClassName
 {
   color: #410E4E;
 }
 .AnyTagClassName
 {
   color: #410E4E;
 }
</style>

background-color css

<style>
 a { background-color: #410E4E; }

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

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

border-color css

<style>
 span { border-color: #410E4E; }

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

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