Html Css Color HEX #400655 Blackcurrant

📋 copy color: '#400655'

red 64 ◦ green 6 ◦ blue 85

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

Shades of Blackcurrant #400655

Tints of Blackcurrant #400655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 41.29%
G = 3.87%
B = 54.84%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400655 (or 0x400655) is known color: Blackcurrant. HEX triplet: 40, 06 and 55. RGB value is (64,6,85). Sum of RGB (Red+Green+Blue) = 64+6+85=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #400655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400655 is #BFF9AA. Grayscale: #202020. Windows color (decimal): -12581291 or 5572160. OLE color: 5572160.

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

Color convert

RGB 64 6 85 -
CMYK 0.25 0.93 0 0.67
HSL 284.05º 0.87% 0.18% -
HSV(B) 284.05º 0.93% 0.33% -
XYZ 3.82 1.88 8.76 -
YUV 32.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 64 6 85 0.25 0.93 0 0.67 284.05 0.87 0.18
Hex 40 6 55 19 5D 0 43 11C 57 12
Octal 100 6 125 31 135 0 103 434 127 22
Binary 1000000 110 1010101 11001 1011101 0 1000011 100011100 1010111 10010

Color Harmonies of #400655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400655

Black with #400655

Text Example


Text Example

White with #400655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400655; }

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

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

background-color css

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

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

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

border-color css

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

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

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