Html Css Color HEX #41024F Blackcurrant

📋 copy color: '#41024F'

red 65 ◦ green 2 ◦ blue 79

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

Shades of Blackcurrant #41024F

Tints of Blackcurrant #41024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 44.52%
G = 1.37%
B = 54.11%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41024F (or 0x41024F) is known color: Blackcurrant. HEX triplet: 41, 02 and 4F. RGB value is (65,2,79). Sum of RGB (Red+Green+Blue) = 65+2+79=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #41024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41024F is #BEFDB0. Grayscale: #1D1D1D. Windows color (decimal): -12516785 or 5177921. OLE color: 5177921.

HSL color Cylindrical-coordinate representation of color #41024F: hue angle of 289.09º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41024F is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 2 79 -
CMYK 0.18 0.97 0 0.69
HSL 289.09º 0.95% 0.16% -
HSV(B) 289.09º 0.97% 0.31% -
XYZ 3.61 1.73 7.54 -
YUV 29.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 65 2 79 0.18 0.97 0 0.69 289.09 0.95 0.16
Hex 41 2 4F 12 61 0 45 121 5F 10
Octal 101 2 117 22 141 0 105 441 137 20
Binary 1000001 10 1001111 10010 1100001 0 1000101 100100001 1011111 10000

Color Harmonies of #41024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41024F

Black with #41024F

Text Example


Text Example

White with #41024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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