Html Css Color HEX #400155 Blackcurrant

📋 copy color: '#400155'

red 64 ◦ green 1 ◦ blue 85

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

Shades of Blackcurrant #400155

Tints of Blackcurrant #400155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 42.67%
G = 0.67%
B = 56.67%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400155 (or 0x400155) is known color: Blackcurrant. HEX triplet: 40, 01 and 55. RGB value is (64,1,85). Sum of RGB (Red+Green+Blue) = 64+1+85=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #400155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400155 is #BFFEAA. Grayscale: #1D1D1D. Windows color (decimal): -12582571 or 5570880. OLE color: 5570880.

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

Color convert

RGB 64 1 85 -
CMYK 0.25 0.99 0 0.67
HSL 285º 0.98% 0.17% -
HSV(B) 285º 0.99% 0.33% -
XYZ 3.76 1.77 8.74 -
YUV 29.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 64 1 85 0.25 0.99 0 0.67 285 0.98 0.17
Hex 40 1 55 19 63 0 43 11D 62 11
Octal 100 1 125 31 143 0 103 435 142 21
Binary 1000000 1 1010101 11001 1100011 0 1000011 100011101 1100010 10001

Color Harmonies of #400155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400155

Black with #400155

Text Example


Text Example

White with #400155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400155; }

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

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

background-color css

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

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

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

border-color css

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

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

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