Html Css Color HEX #41045A Blackcurrant

📋 copy color: '#41045A'

red 65 ◦ green 4 ◦ blue 90

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

Shades of Blackcurrant #41045A

Tints of Blackcurrant #41045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 90 (35.55% from 255) = 56.6%

R = 40.88%
G = 2.52%
B = 56.6%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41045A (or 0x41045A) is known color: Blackcurrant. HEX triplet: 41, 04 and 5A. RGB value is (65,4,90). Sum of RGB (Red+Green+Blue) = 65+4+90=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #41045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41045A is #BEFBA5. Grayscale: #1F1F1F. Windows color (decimal): -12516262 or 5899329. OLE color: 5899329.

HSL color Cylindrical-coordinate representation of color #41045A: hue angle of 282.56º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41045A is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 4 90 -
CMYK 0.28 0.96 0 0.65
HSL 282.56º 0.91% 0.18% -
HSV(B) 282.56º 0.96% 0.35% -
XYZ 4.07 1.95 9.83 -
YUV 32.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 65 4 90 0.28 0.96 0 0.65 282.56 0.91 0.18
Hex 41 4 5A 1C 60 0 41 11B 5B 12
Octal 101 4 132 34 140 0 101 433 133 22
Binary 1000001 100 1011010 11100 1100000 0 1000001 100011011 1011011 10010

Color Harmonies of #41045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41045A

Black with #41045A

Text Example


Text Example

White with #41045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41045A; }

 p { color: rgb(65,4,90); }

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

background-color css

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

 a { background-color: rgb(65,4,90); }

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

border-color css

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

 span { border-color: rgb(65,4,90); }

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