Html Css Color HEX #410354 Blackcurrant

📋 copy color: '#410354'

red 65 ◦ green 3 ◦ blue 84

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

Shades of Blackcurrant #410354

Tints of Blackcurrant #410354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 42.76%
G = 1.97%
B = 55.26%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410354 (or 0x410354) is known color: Blackcurrant. HEX triplet: 41, 03 and 54. RGB value is (65,3,84). Sum of RGB (Red+Green+Blue) = 65+3+84=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #410354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410354 is #BEFCAB. Grayscale: #1E1E1E. Windows color (decimal): -12516524 or 5505857. OLE color: 5505857.

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

Color convert

RGB 65 3 84 -
CMYK 0.23 0.96 0 0.67
HSL 285.93º 0.93% 0.17% -
HSV(B) 285.93º 0.96% 0.33% -
XYZ 3.81 1.83 8.54 -
YUV 30.77 158.04 152.41 -
System Red Green Blue C M Y K H S L
Decimal 65 3 84 0.23 0.96 0 0.67 285.93 0.93 0.17
Hex 41 3 54 17 60 0 43 11E 5D 11
Octal 101 3 124 27 140 0 103 436 135 21
Binary 1000001 11 1010100 10111 1100000 0 1000011 100011110 1011101 10001

Color Harmonies of #410354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410354

Black with #410354

Text Example


Text Example

White with #410354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410354; }

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

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

background-color css

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

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

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

border-color css

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

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

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