Html Css Color HEX #400458 Blackcurrant

📋 copy color: '#400458'

red 64 ◦ green 4 ◦ blue 88

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

Shades of Blackcurrant #400458

Tints of Blackcurrant #400458

RGB

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

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

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

R = 41.03%
G = 2.56%
B = 56.41%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#400458 (or 0x400458) is known color: Blackcurrant. HEX triplet: 40, 04 and 58. RGB value is (64,4,88). Sum of RGB (Red+Green+Blue) = 64+4+88=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 4 (1.95% from 255 or 2.56% 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 #400458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400458 is #BFFBA7. Grayscale: #1F1F1F. Windows color (decimal): -12581800 or 5768256. OLE color: 5768256.

HSL color Cylindrical-coordinate representation of color #400458: hue angle of 282.86º 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 #400458 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 4 88 -
CMYK 0.27 0.95 0 0.65
HSL 282.86º 0.91% 0.18% -
HSV(B) 282.86º 0.95% 0.35% -
XYZ 3.92 1.88 9.39 -
YUV 31.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 64 4 88 0.27 0.95 0 0.65 282.86 0.91 0.18
Hex 40 4 58 1B 5F 0 41 11B 5B 12
Octal 100 4 130 33 137 0 101 433 133 22
Binary 1000000 100 1011000 11011 1011111 0 1000001 100011011 1011011 10010

Color Harmonies of #400458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400458

Black with #400458

Text Example


Text Example

White with #400458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400458; }

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

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

background-color css

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

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

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

border-color css

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

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

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