Html Css Color HEX #410052 Blackcurrant

📋 copy color: '#410052'

red 65 ◦ green 0 ◦ blue 82

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

Shades of Blackcurrant #410052

Tints of Blackcurrant #410052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 55.78%

R = 44.22%
G = 0%
B = 55.78%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#410052 (or 0x410052) is known color: Blackcurrant. HEX triplet: 41, 00 and 52. RGB value is (65,0,82). Sum of RGB (Red+Green+Blue) = 65+0+82=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #410052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410052 is #BEFFAD. Grayscale: #1C1C1C. Windows color (decimal): -12517294 or 5374017. OLE color: 5374017.

HSL color Cylindrical-coordinate representation of color #410052: hue angle of 287.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410052 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 0 82 -
CMYK 0.21 1 0 0.68
HSL 287.56º 1% 0.16% -
HSV(B) 287.56º 1% 0.32% -
XYZ 3.7 1.73 8.12 -
YUV 28.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 65 0 82 0.21 1 0 0.68 287.56 1 0.16
Hex 41 0 52 15 64 0 44 120 64 10
Octal 101 0 122 25 144 0 104 440 144 20
Binary 1000001 0 1010010 10101 1100100 0 1000100 100100000 1100100 10000

Color Harmonies of #410052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410052

Black with #410052

Text Example


Text Example

White with #410052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410052; }

 p { color: rgb(65,0,82); }

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

background-color css

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

 a { background-color: rgb(65,0,82); }

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

border-color css

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

 span { border-color: rgb(65,0,82); }

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