Html Css Color HEX #410358 Blackcurrant

📋 copy color: '#410358'

red 65 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #410358

Tints of Blackcurrant #410358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 41.67%
G = 1.92%
B = 56.41%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#410358 (or 0x410358) is known color: Blackcurrant. HEX triplet: 41, 03 and 58. RGB value is (65,3,88). Sum of RGB (Red+Green+Blue) = 65+3+88=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #410358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410358 is #BEFCA7. Grayscale: #1E1E1E. Windows color (decimal): -12516520 or 5768001. OLE color: 5768001.

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

Color convert

RGB 65 3 88 -
CMYK 0.26 0.97 0 0.65
HSL 283.76º 0.93% 0.18% -
HSV(B) 283.76º 0.97% 0.35% -
XYZ 3.97 1.89 9.39 -
YUV 31.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 65 3 88 0.26 0.97 0 0.65 283.76 0.93 0.18
Hex 41 3 58 1A 61 0 41 11C 5D 12
Octal 101 3 130 32 141 0 101 434 135 22
Binary 1000001 11 1011000 11010 1100001 0 1000001 100011100 1011101 10010

Color Harmonies of #410358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410358

Black with #410358

Text Example


Text Example

White with #410358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410358; }

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

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

background-color css

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

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

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

border-color css

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

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

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