Html Css Color HEX #410452 Blackcurrant

📋 copy color: '#410452'

red 65 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #410452

Tints of Blackcurrant #410452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 43.05%
G = 2.65%
B = 54.3%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#410452 (or 0x410452) is known color: Blackcurrant. HEX triplet: 41, 04 and 52. RGB value is (65,4,82). Sum of RGB (Red+Green+Blue) = 65+4+82=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #410452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410452 is #BEFBAD. Grayscale: #1E1E1E. Windows color (decimal): -12516270 or 5375041. OLE color: 5375041.

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

Color convert

RGB 65 4 82 -
CMYK 0.21 0.95 0 0.68
HSL 286.92º 0.91% 0.17% -
HSV(B) 286.92º 0.95% 0.32% -
XYZ 3.75 1.82 8.14 -
YUV 31.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 65 4 82 0.21 0.95 0 0.68 286.92 0.91 0.17
Hex 41 4 52 15 5F 0 44 11F 5B 11
Octal 101 4 122 25 137 0 104 437 133 21
Binary 1000001 100 1010010 10101 1011111 0 1000100 100011111 1011011 10001

Color Harmonies of #410452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410452

Black with #410452

Text Example


Text Example

White with #410452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410452; }

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

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

background-color css

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

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

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

border-color css

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

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

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