Html Css Color HEX #410359 Blackcurrant

📋 copy color: '#410359'

red 65 ◦ green 3 ◦ blue 89

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

Shades of Blackcurrant #410359

Tints of Blackcurrant #410359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 56.69%

R = 41.4%
G = 1.91%
B = 56.69%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#410359 (or 0x410359) is known color: Blackcurrant. HEX triplet: 41, 03 and 59. RGB value is (65,3,89). Sum of RGB (Red+Green+Blue) = 65+3+89=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #410359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410359 is #BEFCA6. Grayscale: #1F1F1F. Windows color (decimal): -12516519 or 5833537. OLE color: 5833537.

HSL color Cylindrical-coordinate representation of color #410359: hue angle of 283.26º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410359 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 3 89 -
CMYK 0.27 0.97 0 0.65
HSL 283.26º 0.93% 0.18% -
HSV(B) 283.26º 0.97% 0.35% -
XYZ 4.02 1.91 9.61 -
YUV 31.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 65 3 89 0.27 0.97 0 0.65 283.26 0.93 0.18
Hex 41 3 59 1B 61 0 41 11B 5D 12
Octal 101 3 131 33 141 0 101 433 135 22
Binary 1000001 11 1011001 11011 1100001 0 1000001 100011011 1011101 10010

Color Harmonies of #410359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410359

Black with #410359

Text Example


Text Example

White with #410359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410359; }

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

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

background-color css

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

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

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

border-color css

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

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

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