Html Css Color HEX #410251 Blackcurrant

📋 copy color: '#410251'

red 65 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #410251

Tints of Blackcurrant #410251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54.73%

R = 43.92%
G = 1.35%
B = 54.73%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#410251 (or 0x410251) is known color: Blackcurrant. HEX triplet: 41, 02 and 51. RGB value is (65,2,81). Sum of RGB (Red+Green+Blue) = 65+2+81=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #410251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410251 is #BEFDAE. Grayscale: #1D1D1D. Windows color (decimal): -12516783 or 5308993. OLE color: 5308993.

HSL color Cylindrical-coordinate representation of color #410251: hue angle of 287.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410251 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 2 81 -
CMYK 0.20 0.98 0 0.68
HSL 287.85º 0.95% 0.16% -
HSV(B) 287.85º 0.98% 0.32% -
XYZ 3.69 1.76 7.93 -
YUV 29.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 65 2 81 0.20 0.98 0 0.68 287.85 0.95 0.16
Hex 41 2 51 14 62 0 44 120 5F 10
Octal 101 2 121 24 142 0 104 440 137 20
Binary 1000001 10 1010001 10100 1100010 0 1000100 100100000 1011111 10000

Color Harmonies of #410251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410251

Black with #410251

Text Example


Text Example

White with #410251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410251; }

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

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

background-color css

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

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

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

border-color css

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

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

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