Html Css Color HEX #410A4C Blackcurrant

📋 copy color: '#410A4C'

red 65 ◦ green 10 ◦ blue 76

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

Shades of Blackcurrant #410A4C

Tints of Blackcurrant #410A4C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 76 (30.08% from 255) = 50.33%

R = 43.05%
G = 6.62%
B = 50.33%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#410A4C (or 0x410A4C) is known color: Blackcurrant. HEX triplet: 41, 0A and 4C. RGB value is (65,10,76). Sum of RGB (Red+Green+Blue) = 65+10+76=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #410A4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A4C is #BEF5B3. Grayscale: #212121. Windows color (decimal): -12514740 or 4983361. OLE color: 4983361.

HSL color Cylindrical-coordinate representation of color #410A4C: hue angle of 290º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #410A4C is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 10 76 -
CMYK 0.14 0.87 0 0.70
HSL 290º 0.77% 0.17% -
HSV(B) 290º 0.87% 0.3% -
XYZ 3.59 1.86 7.01 -
YUV 33.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 65 10 76 0.14 0.87 0 0.70 290 0.77 0.17
Hex 41 A 4C E 57 0 46 122 4D 11
Octal 101 12 114 16 127 0 106 442 115 21
Binary 1000001 1010 1001100 1110 1010111 0 1000110 100100010 1001101 10001

Color Harmonies of #410A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A4C

Black with #410A4C

Text Example


Text Example

White with #410A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,10,76); }

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

background-color css

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

 a { background-color: rgb(65,10,76); }

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

border-color css

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

 span { border-color: rgb(65,10,76); }

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