Html Css Color HEX #400858 Blackcurrant

📋 copy color: '#400858'

red 64 ◦ green 8 ◦ blue 88

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

Shades of Blackcurrant #400858

Tints of Blackcurrant #400858

RGB

 RED value IS 64 (25.39% from 255) = 40%

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 40%
G = 5%
B = 55%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400858 (or 0x400858) is known color: Blackcurrant. HEX triplet: 40, 08 and 58. RGB value is (64,8,88). Sum of RGB (Red+Green+Blue) = 64+8+88=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #400858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400858 is #BFF7A7. Grayscale: #212121. Windows color (decimal): -12580776 or 5769280. OLE color: 5769280.

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

Color convert

RGB 64 8 88 -
CMYK 0.27 0.91 0 0.65
HSL 282º 0.83% 0.19% -
HSV(B) 282º 0.91% 0.35% -
XYZ 3.96 1.97 9.4 -
YUV 33.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 64 8 88 0.27 0.91 0 0.65 282 0.83 0.19
Hex 40 8 58 1B 5B 0 41 11A 53 13
Octal 100 10 130 33 133 0 101 432 123 23
Binary 1000000 1000 1011000 11011 1011011 0 1000001 100011010 1010011 10011

Color Harmonies of #400858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400858

Black with #400858

Text Example


Text Example

White with #400858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400858; }

 p { color: rgb(64,8,88); }

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

background-color css

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

 a { background-color: rgb(64,8,88); }

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

border-color css

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

 span { border-color: rgb(64,8,88); }

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