Html Css Color HEX #410054 Blackcurrant

📋 copy color: '#410054'

red 65 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #410054

Tints of Blackcurrant #410054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 56.38%

R = 43.62%
G = 0%
B = 56.38%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410054 (or 0x410054) is known color: Blackcurrant. HEX triplet: 41, 00 and 54. RGB value is (65,0,84). Sum of RGB (Red+Green+Blue) = 65+0+84=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #410054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410054 is #BEFFAB. Grayscale: #1C1C1C. Windows color (decimal): -12517292 or 5505089. OLE color: 5505089.

HSL color Cylindrical-coordinate representation of color #410054: hue angle of 286.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410054 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 0 84 -
CMYK 0.23 1 0 0.67
HSL 286.43º 1% 0.16% -
HSV(B) 286.43º 1% 0.33% -
XYZ 3.78 1.76 8.53 -
YUV 29.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 65 0 84 0.23 1 0 0.67 286.43 1 0.16
Hex 41 0 54 17 64 0 43 11E 64 10
Octal 101 0 124 27 144 0 103 436 144 20
Binary 1000001 0 1010100 10111 1100100 0 1000011 100011110 1100100 10000

Color Harmonies of #410054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410054

Black with #410054

Text Example


Text Example

White with #410054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410054; }

 p { color: rgb(65,0,84); }

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

background-color css

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

 a { background-color: rgb(65,0,84); }

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

border-color css

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

 span { border-color: rgb(65,0,84); }

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