Html Css Color HEX #400058 Blackcurrant

📋 copy color: '#400058'

red 64 ◦ green 0 ◦ blue 88

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

Shades of Blackcurrant #400058

Tints of Blackcurrant #400058

RGB

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

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

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

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400058 (or 0x400058) is known color: Blackcurrant. HEX triplet: 40, 00 and 58. RGB value is (64,0,88). Sum of RGB (Red+Green+Blue) = 64+0+88=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #400058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400058 is #BFFFA7. Grayscale: #1C1C1C. Windows color (decimal): -12582824 or 5767232. OLE color: 5767232.

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

Color convert

RGB 64 0 88 -
CMYK 0.27 1 0 0.65
HSL 283.64º 1% 0.17% -
HSV(B) 283.64º 1% 0.35% -
XYZ 3.88 1.79 9.37 -
YUV 29.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 64 0 88 0.27 1 0 0.65 283.64 1 0.17
Hex 40 0 58 1B 64 0 41 11C 64 11
Octal 100 0 130 33 144 0 101 434 144 21
Binary 1000000 0 1011000 11011 1100100 0 1000001 100011100 1100100 10001

Color Harmonies of #400058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400058

Black with #400058

Text Example


Text Example

White with #400058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400058; }

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

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

background-color css

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

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

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

border-color css

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

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

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