Html Css Color HEX #410548 Blackcurrant

📋 copy color: '#410548'

red 65 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #410548

Tints of Blackcurrant #410548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50.7%

R = 45.77%
G = 3.52%
B = 50.7%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410548 (or 0x410548) is known color: Blackcurrant. HEX triplet: 41, 05 and 48. RGB value is (65,5,72). Sum of RGB (Red+Green+Blue) = 65+5+72=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #410548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410548 is #BEFAB7. Grayscale: #1E1E1E. Windows color (decimal): -12516024 or 4719937. OLE color: 4719937.

HSL color Cylindrical-coordinate representation of color #410548: hue angle of 293.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410548 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 5 72 -
CMYK 0.10 0.93 0 0.72
HSL 293.73º 0.87% 0.15% -
HSV(B) 293.73º 0.93% 0.28% -
XYZ 3.4 1.7 6.28 -
YUV 30.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 65 5 72 0.10 0.93 0 0.72 293.73 0.87 0.15
Hex 41 5 48 A 5D 0 48 126 57 F
Octal 101 5 110 12 135 0 110 446 127 17
Binary 1000001 101 1001000 1010 1011101 0 1001000 100100110 1010111 1111

Color Harmonies of #410548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410548

Black with #410548

Text Example


Text Example

White with #410548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410548; }

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

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

background-color css

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

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

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

border-color css

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

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

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