Html Css Color HEX #410558 Blackcurrant

📋 copy color: '#410558'

red 65 ◦ green 5 ◦ blue 88

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

Shades of Blackcurrant #410558

Tints of Blackcurrant #410558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 41.14%
G = 3.16%
B = 55.7%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#410558 (or 0x410558) is known color: Blackcurrant. HEX triplet: 41, 05 and 58. RGB value is (65,5,88). Sum of RGB (Red+Green+Blue) = 65+5+88=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #410558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410558 is #BEFAA7. Grayscale: #202020. Windows color (decimal): -12516008 or 5768513. OLE color: 5768513.

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

Color convert

RGB 65 5 88 -
CMYK 0.26 0.94 0 0.65
HSL 283.37º 0.89% 0.18% -
HSV(B) 283.37º 0.94% 0.35% -
XYZ 4 1.94 9.4 -
YUV 32.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 65 5 88 0.26 0.94 0 0.65 283.37 0.89 0.18
Hex 41 5 58 1A 5E 0 41 11B 59 12
Octal 101 5 130 32 136 0 101 433 131 22
Binary 1000001 101 1011000 11010 1011110 0 1000001 100011011 1011001 10010

Color Harmonies of #410558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410558

Black with #410558

Text Example


Text Example

White with #410558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410558; }

 p { color: rgb(65,5,88); }

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

background-color css

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

 a { background-color: rgb(65,5,88); }

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

border-color css

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

 span { border-color: rgb(65,5,88); }

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