Html Css Color HEX #410047 Blackcurrant

📋 copy color: '#410047'

red 65 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #410047

Tints of Blackcurrant #410047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 47.79%
G = 0%
B = 52.21%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410047 (or 0x410047) is known color: Blackcurrant. HEX triplet: 41, 00 and 47. RGB value is (65,0,71). Sum of RGB (Red+Green+Blue) = 65+0+71=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #410047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410047 is #BEFFB8. Grayscale: #1B1B1B. Windows color (decimal): -12517305 or 4653121. OLE color: 4653121.

HSL color Cylindrical-coordinate representation of color #410047: hue angle of 294.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410047 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 0 71 -
CMYK 0.08 1 0 0.72
HSL 294.93º 1% 0.14% -
HSV(B) 294.93º 1% 0.28% -
XYZ 3.32 1.58 6.09 -
YUV 27.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 65 0 71 0.08 1 0 0.72 294.93 1 0.14
Hex 41 0 47 8 64 0 48 127 64 E
Octal 101 0 107 10 144 0 110 447 144 16
Binary 1000001 0 1000111 1000 1100100 0 1001000 100100111 1100100 1110

Color Harmonies of #410047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410047

Black with #410047

Text Example


Text Example

White with #410047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410047; }

 p { color: rgb(65,0,71); }

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

background-color css

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

 a { background-color: rgb(65,0,71); }

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

border-color css

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

 span { border-color: rgb(65,0,71); }

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