Html Css Color HEX #400653 Blackcurrant

📋 copy color: '#400653'

red 64 ◦ green 6 ◦ blue 83

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

Shades of Blackcurrant #400653

Tints of Blackcurrant #400653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 41.83%
G = 3.92%
B = 54.25%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400653 (or 0x400653) is known color: Blackcurrant. HEX triplet: 40, 06 and 53. RGB value is (64,6,83). Sum of RGB (Red+Green+Blue) = 64+6+83=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #400653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400653 is #BFF9AC. Grayscale: #1F1F1F. Windows color (decimal): -12581293 or 5441088. OLE color: 5441088.

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

Color convert

RGB 64 6 83 -
CMYK 0.23 0.93 0 0.67
HSL 285.19º 0.87% 0.17% -
HSV(B) 285.19º 0.93% 0.33% -
XYZ 3.74 1.84 8.34 -
YUV 32.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 64 6 83 0.23 0.93 0 0.67 285.19 0.87 0.17
Hex 40 6 53 17 5D 0 43 11D 57 11
Octal 100 6 123 27 135 0 103 435 127 21
Binary 1000000 110 1010011 10111 1011101 0 1000011 100011101 1010111 10001

Color Harmonies of #400653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400653

Black with #400653

Text Example


Text Example

White with #400653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400653; }

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

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

background-color css

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

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

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

border-color css

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

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

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