Html Css Color HEX #41054C Blackcurrant

📋 copy color: '#41054C'

red 65 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #41054C

Tints of Blackcurrant #41054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 44.52%
G = 3.42%
B = 52.05%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41054C (or 0x41054C) is known color: Blackcurrant. HEX triplet: 41, 05 and 4C. RGB value is (65,5,76). Sum of RGB (Red+Green+Blue) = 65+5+76=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #41054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41054C is #BEFAB3. Grayscale: #1E1E1E. Windows color (decimal): -12516020 or 4982081. OLE color: 4982081.

HSL color Cylindrical-coordinate representation of color #41054C: hue angle of 290.7º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41054C is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 5 76 -
CMYK 0.14 0.93 0 0.70
HSL 290.7º 0.88% 0.16% -
HSV(B) 290.7º 0.93% 0.3% -
XYZ 3.54 1.75 6.99 -
YUV 31.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 65 5 76 0.14 0.93 0 0.70 290.7 0.88 0.16
Hex 41 5 4C E 5D 0 46 123 58 10
Octal 101 5 114 16 135 0 106 443 130 20
Binary 1000001 101 1001100 1110 1011101 0 1000110 100100011 1011000 10000

Color Harmonies of #41054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41054C

Black with #41054C

Text Example


Text Example

White with #41054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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