Html Css Color HEX #410248 Blackcurrant

📋 copy color: '#410248'

red 65 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #410248

Tints of Blackcurrant #410248

RGB

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

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

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

R = 46.76%
G = 1.44%
B = 51.8%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410248 (or 0x410248) is known color: Blackcurrant. HEX triplet: 41, 02 and 48. RGB value is (65,2,72). Sum of RGB (Red+Green+Blue) = 65+2+72=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #410248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410248 is #BEFDB7. Grayscale: #1C1C1C. Windows color (decimal): -12516792 or 4719169. OLE color: 4719169.

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

Color convert

RGB 65 2 72 -
CMYK 0.10 0.97 0 0.72
HSL 294º 0.95% 0.15% -
HSV(B) 294º 0.97% 0.28% -
XYZ 3.37 1.64 6.27 -
YUV 28.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 65 2 72 0.10 0.97 0 0.72 294 0.95 0.15
Hex 41 2 48 A 61 0 48 126 5F F
Octal 101 2 110 12 141 0 110 446 137 17
Binary 1000001 10 1001000 1010 1100001 0 1001000 100100110 1011111 1111

Color Harmonies of #410248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410248

Black with #410248

Text Example


Text Example

White with #410248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410248; }

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

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

background-color css

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

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

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

border-color css

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

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

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