Html Css Color HEX #400663 Indigo

📋 copy color: '#400663'

red 64 ◦ green 6 ◦ blue 99

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

Shades of Indigo #400663

Tints of Indigo #400663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 37.87%
G = 3.55%
B = 58.58%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#400663 (or 0x400663) is known color: Indigo. HEX triplet: 40, 06 and 63. RGB value is (64,6,99). Sum of RGB (Red+Green+Blue) = 64+6+99=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #400663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400663 is #BFF99C. Grayscale: #212121. Windows color (decimal): -12581277 or 6489664. OLE color: 6489664.

HSL color Cylindrical-coordinate representation of color #400663: hue angle of 277.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400663 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 6 99 -
CMYK 0.35 0.94 0 0.61
HSL 277.42º 0.89% 0.21% -
HSV(B) 277.42º 0.94% 0.39% -
XYZ 4.43 2.12 11.98 -
YUV 33.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 64 6 99 0.35 0.94 0 0.61 277.42 0.89 0.21
Hex 40 6 63 23 5E 0 3D 115 59 15
Octal 100 6 143 43 136 0 75 425 131 25
Binary 1000000 110 1100011 100011 1011110 0 111101 100010101 1011001 10101

Color Harmonies of #400663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400663

Black with #400663

Text Example


Text Example

White with #400663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400663; }

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

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

background-color css

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

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

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

border-color css

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

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

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