Html Css Color HEX #41024C Blackcurrant

📋 copy color: '#41024C'

red 65 ◦ green 2 ◦ blue 76

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

Shades of Blackcurrant #41024C

Tints of Blackcurrant #41024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 45.45%
G = 1.4%
B = 53.15%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41024C (or 0x41024C) is known color: Blackcurrant. HEX triplet: 41, 02 and 4C. RGB value is (65,2,76). Sum of RGB (Red+Green+Blue) = 65+2+76=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #41024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41024C is #BEFDB3. Grayscale: #1D1D1D. Windows color (decimal): -12516788 or 4981313. OLE color: 4981313.

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

Color convert

RGB 65 2 76 -
CMYK 0.14 0.97 0 0.70
HSL 291.08º 0.95% 0.15% -
HSV(B) 291.08º 0.97% 0.3% -
XYZ 3.51 1.69 6.98 -
YUV 29.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 65 2 76 0.14 0.97 0 0.70 291.08 0.95 0.15
Hex 41 2 4C E 61 0 46 123 5F F
Octal 101 2 114 16 141 0 106 443 137 17
Binary 1000001 10 1001100 1110 1100001 0 1000110 100100011 1011111 1111

Color Harmonies of #41024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41024C

Black with #41024C

Text Example


Text Example

White with #41024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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