Html Css Color HEX #410751 Blackcurrant

📋 copy color: '#410751'

red 65 ◦ green 7 ◦ blue 81

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

Shades of Blackcurrant #410751

Tints of Blackcurrant #410751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 42.48%
G = 4.58%
B = 52.94%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#410751 (or 0x410751) is known color: Blackcurrant. HEX triplet: 41, 07 and 51. RGB value is (65,7,81). Sum of RGB (Red+Green+Blue) = 65+7+81=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #410751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410751 is #BEF8AE. Grayscale: #202020. Windows color (decimal): -12515503 or 5310273. OLE color: 5310273.

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

Color convert

RGB 65 7 81 -
CMYK 0.20 0.91 0 0.68
HSL 287.03º 0.84% 0.17% -
HSV(B) 287.03º 0.91% 0.32% -
XYZ 3.74 1.87 7.95 -
YUV 32.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 65 7 81 0.20 0.91 0 0.68 287.03 0.84 0.17
Hex 41 7 51 14 5B 0 44 11F 54 11
Octal 101 7 121 24 133 0 104 437 124 21
Binary 1000001 111 1010001 10100 1011011 0 1000100 100011111 1010100 10001

Color Harmonies of #410751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410751

Black with #410751

Text Example


Text Example

White with #410751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410751; }

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

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

background-color css

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

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

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

border-color css

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

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

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