Html Css Color HEX #410655 Blackcurrant

📋 copy color: '#410655'

red 65 ◦ green 6 ◦ blue 85

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

Shades of Blackcurrant #410655

Tints of Blackcurrant #410655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

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

R = 41.67%
G = 3.85%
B = 54.49%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410655 (or 0x410655) is known color: Blackcurrant. HEX triplet: 41, 06 and 55. RGB value is (65,6,85). Sum of RGB (Red+Green+Blue) = 65+6+85=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #410655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410655 is #BEF9AA. Grayscale: #202020. Windows color (decimal): -12515755 or 5572161. OLE color: 5572161.

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

Color convert

RGB 65 6 85 -
CMYK 0.24 0.93 0 0.67
HSL 284.81º 0.87% 0.18% -
HSV(B) 284.81º 0.93% 0.33% -
XYZ 3.88 1.91 8.76 -
YUV 32.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 65 6 85 0.24 0.93 0 0.67 284.81 0.87 0.18
Hex 41 6 55 18 5D 0 43 11D 57 12
Octal 101 6 125 30 135 0 103 435 127 22
Binary 1000001 110 1010101 11000 1011101 0 1000011 100011101 1010111 10010

Color Harmonies of #410655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410655

Black with #410655

Text Example


Text Example

White with #410655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410655; }

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

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

background-color css

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

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

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

border-color css

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

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

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