Html Css Color HEX #410148 Blackcurrant

📋 copy color: '#410148'

red 65 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #410148

Tints of Blackcurrant #410148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 47.1%
G = 0.72%
B = 52.17%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410148 (or 0x410148) is known color: Blackcurrant. HEX triplet: 41, 01 and 48. RGB value is (65,1,72). Sum of RGB (Red+Green+Blue) = 65+1+72=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #410148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410148 is #BEFEB7. Grayscale: #1C1C1C. Windows color (decimal): -12517048 or 4718913. OLE color: 4718913.

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

Color convert

RGB 65 1 72 -
CMYK 0.10 0.99 0 0.72
HSL 294.08º 0.97% 0.14% -
HSV(B) 294.08º 0.99% 0.28% -
XYZ 3.36 1.61 6.27 -
YUV 28.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 65 1 72 0.10 0.99 0 0.72 294.08 0.97 0.14
Hex 41 1 48 A 63 0 48 126 61 E
Octal 101 1 110 12 143 0 110 446 141 16
Binary 1000001 1 1001000 1010 1100011 0 1001000 100100110 1100001 1110

Color Harmonies of #410148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410148

Black with #410148

Text Example


Text Example

White with #410148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410148; }

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

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

background-color css

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

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

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

border-color css

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

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

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