#410458

Color #410458 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #410458

Tints of Blackcurrant #410458

Color information

#410458 (or 0x410458) is unknown color: approx Blackcurrant. HEX triplet: 41, 04 and 58. RGB value is (65,4,88). Sum of RGB (Red+Green+Blue) = 65+4+88=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #410458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410458 is #BEFBA7. Grayscale: #1F1F1F. Windows color (decimal): -12516264 or 5768257. OLE color: 5768257.

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

Color convert

RGB65488-
CMYK0.260.9500.65
HSL283.57º91.3%18.04%-
HSV(B)283.57º95.45%34.51%-
XYZ3.981.929.39-
YUV31.82159.71151.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=41.40%
G=2.55%
B=56.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal654880.260.9500.65283.5791.318.04
Hex414581A5F04111c5b12
Octal101413032137010143413322
Binary1000001100101100011010101111101000001100011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410458; }

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

 H1.HeaderClassName
 {
   color: #410458;
 }
 .AnyTagClassName
 {
   color: #410458;
 }
</style>
background-color css

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

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

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

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

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

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