Html Css Color HEX #400455 Blackcurrant

📋 copy color: '#400455'

red 64 ◦ green 4 ◦ blue 85

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

Shades of Blackcurrant #400455

Tints of Blackcurrant #400455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 41.83%
G = 2.61%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400455 (or 0x400455) is known color: Blackcurrant. HEX triplet: 40, 04 and 55. RGB value is (64,4,85). Sum of RGB (Red+Green+Blue) = 64+4+85=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #400455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400455 is #BFFBAA. Grayscale: #1E1E1E. Windows color (decimal): -12581803 or 5571648. OLE color: 5571648.

HSL color Cylindrical-coordinate representation of color #400455: hue angle of 284.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400455 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 4 85 -
CMYK 0.25 0.95 0 0.67
HSL 284.44º 0.91% 0.17% -
HSV(B) 284.44º 0.95% 0.33% -
XYZ 3.8 1.83 8.75 -
YUV 31.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 64 4 85 0.25 0.95 0 0.67 284.44 0.91 0.17
Hex 40 4 55 19 5F 0 43 11C 5B 11
Octal 100 4 125 31 137 0 103 434 133 21
Binary 1000000 100 1010101 11001 1011111 0 1000011 100011100 1011011 10001

Color Harmonies of #400455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400455

Black with #400455

Text Example


Text Example

White with #400455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400455; }

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

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

background-color css

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

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

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

border-color css

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

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

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