Html Css Color HEX #410048 Blackcurrant

📋 copy color: '#410048'

red 65 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #410048

Tints of Blackcurrant #410048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.45%
G = 0%
B = 52.55%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410048 (or 0x410048) is known color: Blackcurrant. HEX triplet: 41, 00 and 48. RGB value is (65,0,72). Sum of RGB (Red+Green+Blue) = 65+0+72=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #410048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410048 is #BEFFB7. Grayscale: #1B1B1B. Windows color (decimal): -12517304 or 4718657. OLE color: 4718657.

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

Color convert

RGB 65 0 72 -
CMYK 0.10 1 0 0.72
HSL 294.17º 1% 0.14% -
HSV(B) 294.17º 1% 0.28% -
XYZ 3.35 1.59 6.26 -
YUV 27.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 65 0 72 0.10 1 0 0.72 294.17 1 0.14
Hex 41 0 48 A 64 0 48 126 64 E
Octal 101 0 110 12 144 0 110 446 144 16
Binary 1000001 0 1001000 1010 1100100 0 1001000 100100110 1100100 1110

Color Harmonies of #410048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410048

Black with #410048

Text Example


Text Example

White with #410048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410048; }

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

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

background-color css

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

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

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

border-color css

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

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

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