Html Css Color HEX #410156 Blackcurrant

📋 copy color: '#410156'

red 65 ◦ green 1 ◦ blue 86

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

Shades of Blackcurrant #410156

Tints of Blackcurrant #410156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.58%

R = 42.76%
G = 0.66%
B = 56.58%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#410156 (or 0x410156) is known color: Blackcurrant. HEX triplet: 41, 01 and 56. RGB value is (65,1,86). Sum of RGB (Red+Green+Blue) = 65+1+86=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #410156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410156 is #BEFEA9. Grayscale: #1D1D1D. Windows color (decimal): -12517034 or 5636417. OLE color: 5636417.

HSL color Cylindrical-coordinate representation of color #410156: hue angle of 285.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410156 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 1 86 -
CMYK 0.24 0.99 0 0.66
HSL 285.18º 0.98% 0.17% -
HSV(B) 285.18º 0.99% 0.34% -
XYZ 3.87 1.82 8.95 -
YUV 29.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 65 1 86 0.24 0.99 0 0.66 285.18 0.98 0.17
Hex 41 1 56 18 63 0 42 11D 62 11
Octal 101 1 126 30 143 0 102 435 142 21
Binary 1000001 1 1010110 11000 1100011 0 1000010 100011101 1100010 10001

Color Harmonies of #410156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410156

Black with #410156

Text Example


Text Example

White with #410156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410156; }

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

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

background-color css

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

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

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

border-color css

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

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

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