Html Css Color HEX #410355 Blackcurrant

📋 copy color: '#410355'

red 65 ◦ green 3 ◦ blue 85

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

Shades of Blackcurrant #410355

Tints of Blackcurrant #410355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 42.48%
G = 1.96%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410355 (or 0x410355) is known color: Blackcurrant. HEX triplet: 41, 03 and 55. RGB value is (65,3,85). Sum of RGB (Red+Green+Blue) = 65+3+85=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #410355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410355 is #BEFCAA. Grayscale: #1E1E1E. Windows color (decimal): -12516523 or 5571393. OLE color: 5571393.

HSL color Cylindrical-coordinate representation of color #410355: hue angle of 285.37º 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 #410355 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 3 85 -
CMYK 0.24 0.96 0 0.67
HSL 285.37º 0.93% 0.17% -
HSV(B) 285.37º 0.96% 0.33% -
XYZ 3.85 1.84 8.75 -
YUV 30.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 65 3 85 0.24 0.96 0 0.67 285.37 0.93 0.17
Hex 41 3 55 18 60 0 43 11D 5D 11
Octal 101 3 125 30 140 0 103 435 135 21
Binary 1000001 11 1010101 11000 1100000 0 1000011 100011101 1011101 10001

Color Harmonies of #410355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410355

Black with #410355

Text Example


Text Example

White with #410355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410355; }

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

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

background-color css

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

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

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

border-color css

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

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

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